Formatting
This commit is contained in:
@@ -79,7 +79,6 @@ class GlobalShortcut : public QObject, QAbstractNativeEventFilter {
|
||||
int native_key_;
|
||||
int native_key2_;
|
||||
int native_mods_;
|
||||
|
||||
};
|
||||
|
||||
#endif // GLOBALSHORTCUT_H
|
||||
|
||||
@@ -58,7 +58,6 @@ class GlobalShortcutsBackendGnome : public GlobalShortcutsBackend {
|
||||
|
||||
OrgGnomeSettingsDaemonMediaKeysInterface *interface_;
|
||||
bool is_connected_;
|
||||
|
||||
};
|
||||
|
||||
#endif // GLOBALSHORTCUTSBACKEND_GNOME_H
|
||||
|
||||
@@ -56,7 +56,6 @@ class GlobalShortcutsBackendMate : public GlobalShortcutsBackend {
|
||||
|
||||
OrgMateSettingsDaemonMediaKeysInterface *interface_;
|
||||
bool is_connected_;
|
||||
|
||||
};
|
||||
|
||||
#endif // GLOBALSHORTCUTSBACKEND_Mate_H
|
||||
|
||||
@@ -51,7 +51,6 @@ class GlobalShortcutsBackendWin : public GlobalShortcutsBackend {
|
||||
|
||||
QList<GlobalShortcut*> shortcuts_;
|
||||
GlobalShortcut *gshortcut_init_;
|
||||
|
||||
};
|
||||
|
||||
#endif // GLOBALSHORTCUTSBACKEND_WIN_H
|
||||
|
||||
@@ -52,7 +52,6 @@ class GlobalShortcutsBackendX11 : public GlobalShortcutsBackend {
|
||||
|
||||
QList<GlobalShortcut*> shortcuts_;
|
||||
GlobalShortcut *gshortcut_init_;
|
||||
|
||||
};
|
||||
|
||||
#endif // GLOBALSHORTCUTSBACKEND_X11_H
|
||||
|
||||
@@ -64,7 +64,6 @@ class GlobalShortcutsBackend : public QObject {
|
||||
GlobalShortcutsManager *manager_;
|
||||
Type type_;
|
||||
bool active_;
|
||||
|
||||
};
|
||||
|
||||
#endif // GLOBALSHORTCUTSBACKEND_H
|
||||
|
||||
Reference in New Issue
Block a user