Skip to content

Commit

Permalink
OSX: Fix build (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed May 27, 2018
1 parent 394744e commit 77a69c7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/itemencrypted/itemencrypted.cpp
Expand Up @@ -35,9 +35,11 @@
# include "tests/itemencryptedtests.h"
#endif

#include <QAbstractItemModel>
#include <QDir>
#include <QIODevice>
#include <QLabel>
#include <QModelIndex>
#include <QTextEdit>
#include <QtPlugin>
#include <QVBoxLayout>
Expand Down
1 change: 1 addition & 0 deletions src/gui/commanddialog.cpp
Expand Up @@ -33,6 +33,7 @@
#include "gui/icons.h"
#include "platform/platformnativeinterface.h"

#include <QAction>
#include <QClipboard>
#include <QFileDialog>
#include <QMenu>
Expand Down
1 change: 1 addition & 0 deletions src/gui/processmanagerdialog.cpp
Expand Up @@ -26,6 +26,7 @@
#include "gui/icons.h"
#include "gui/windowgeometryguard.h"

#include <QAction>
#include <QDateTime>
#include <QToolButton>

Expand Down
1 change: 1 addition & 0 deletions src/gui/traymenu.cpp
Expand Up @@ -26,6 +26,7 @@
#include "gui/icons.h"
#include "gui/iconfactory.h"

#include <QAction>
#include <QApplication>
#include <QKeyEvent>
#include <QModelIndex>
Expand Down
1 change: 1 addition & 0 deletions src/gui/traymenu.h
Expand Up @@ -24,6 +24,7 @@
#include <QPointer>
#include <QTimer>

class QAction;
class QModelIndex;

class TrayMenu : public QMenu
Expand Down

0 comments on commit 77a69c7

Please sign in to comment.