diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-30 15:10:59 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-30 15:10:59 +0300 |
commit | 4a7b005c6420adef50e4321f8ca5d11bc07763ce (patch) | |
tree | d169c1235460bfc4d3f8533268eb5c99fcb56a3b /include/TimelineItem.h | |
parent | Fix MainWindow being out of focus when the fullscreen overlay is closed (diff) | |
download | nheko-4a7b005c6420adef50e4321f8ca5d11bc07763ce.tar.xz |
Add lint rule
Diffstat (limited to 'include/TimelineItem.h')
-rw-r--r-- | include/TimelineItem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/TimelineItem.h b/include/TimelineItem.h index 626687ac..e9f18f20 100644 --- a/include/TimelineItem.h +++ b/include/TimelineItem.h @@ -22,8 +22,8 @@ #include <QLabel> #include <QWidget> -#include "Sync.h" #include "ImageItem.h" +#include "Sync.h" class TimelineItem : public QWidget { |