28 #ifndef dooble_application_h
29 #define dooble_application_h
31 #include <QApplication>
41 static QHash<QString, QColor> s_theme_colors;
43 QString style_name(
void)
const;
44 bool application_locked(
void)
const;
45 void install_translator(
void);
46 void set_application_locked(
bool state);
47 static void prepare_theme_colors(
void);
50 QTranslator *m_translator;
51 bool m_application_locked;
54 void slot_application_locked(
bool state,
dooble *d);
57 void address_widget_populated(
void);
58 void application_locked(
bool state,
dooble *d);
59 void cookies_cleared(
void);
60 void dooble_credentials_authenticated(
bool state);
61 void favorites_cleared(
void);
62 void favorites_sorted(
void);
63 void history_cleared(
void);
Definition: dooble_application.h:37