mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #452 Post merge: Fixed includes - without those compilation did not work at my (KB) place
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8b5bec3a15
commit
b2d38d24e6
@@ -21,6 +21,7 @@
|
||||
#include <QMimeData>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonObject>
|
||||
#include <QStandardPaths>
|
||||
|
||||
using namespace BlackCore;
|
||||
using namespace BlackMisc;
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "blackmisc/identifierlist.h"
|
||||
#include <QDialog>
|
||||
#include <QComboBox>
|
||||
#include <QItemSelection>
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
@@ -88,7 +89,6 @@ namespace BlackGui
|
||||
void ps_changeSelectedAction(const QItemSelection &selected, const QItemSelection &deselected);
|
||||
void ps_accept();
|
||||
|
||||
|
||||
void synchronize();
|
||||
void synchronizeSimpleSelection();
|
||||
void synchronizeAdvancedSelection();
|
||||
|
||||
Reference in New Issue
Block a user