mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
refs #693, GUI dialog when application closes
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <QPoint>
|
||||
#include <QString>
|
||||
#include <QWidgetList>
|
||||
#include <QModelIndexList>
|
||||
|
||||
class QCheckBox;
|
||||
class QComboBox;
|
||||
@@ -100,6 +101,9 @@ namespace BlackGui
|
||||
//! Convert from string
|
||||
static QMargins stringToMargins(const QString &str);
|
||||
|
||||
//! Only the row part and unique (so no rows is twice in the list)
|
||||
static QList<int> indexToUniqueRows(const QModelIndexList &indexes);
|
||||
|
||||
private:
|
||||
//! Constructor, use static methods only
|
||||
CGuiUtility() {}
|
||||
|
||||
Reference in New Issue
Block a user