Formatting
This commit is contained in:
@@ -120,7 +120,6 @@ class OSDBase : public QObject {
|
||||
Song last_song_;
|
||||
QUrl last_image_uri_;
|
||||
QImage last_image_;
|
||||
|
||||
};
|
||||
|
||||
#endif // OSDBASE_H
|
||||
|
||||
@@ -67,7 +67,6 @@ class OSDDBus : public OSDBase {
|
||||
QVersionNumber version_;
|
||||
uint notification_id_;
|
||||
QDateTime last_notification_time_;
|
||||
|
||||
};
|
||||
|
||||
QDBusArgument &operator<<(QDBusArgument &arg, const QImage &image);
|
||||
|
||||
@@ -173,7 +173,6 @@ class OSDPretty : public QWidget {
|
||||
bool toggle_mode_;
|
||||
|
||||
QMap<QString, QScreen*> screens_;
|
||||
|
||||
};
|
||||
|
||||
#endif // OSDPRETTY_H
|
||||
|
||||
Reference in New Issue
Block a user