diff options
| author | 2014-12-14 08:24:26 -0500 | |
|---|---|---|
| committer | 2014-12-14 08:24:26 -0500 | |
| commit | 89214766d8e3e7b8dd749a1fa18a5b9727f5010d (patch) | |
| tree | 34ad5aa84ac9674ebb5b7a23b5a3377e8629ee33 /SQLiteStudio3/guiSQLiteStudio/dbtree/dbtreemodel.h | |
| parent | 7167ce41b61d2ba2cdb526777a4233eb84a3b66a (diff) | |
Imported Upstream version 3.0.0upstream/3.0.0
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/dbtree/dbtreemodel.h')
| -rw-r--r-- | SQLiteStudio3/guiSQLiteStudio/dbtree/dbtreemodel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/dbtree/dbtreemodel.h b/SQLiteStudio3/guiSQLiteStudio/dbtree/dbtreemodel.h index c92fa2c..ee97e87 100644 --- a/SQLiteStudio3/guiSQLiteStudio/dbtree/dbtreemodel.h +++ b/SQLiteStudio3/guiSQLiteStudio/dbtree/dbtreemodel.h @@ -89,8 +89,8 @@ class GUI_API_EXPORT DbTreeModel : public QStandardItemModel static bool confirmReferencedTables(const QStringList& tables); static bool resolveNameConflict(QString& nameInConflict); - static bool confirmConversion(const QList<QPair<QString,QString>>& diffs); - static bool confirmConversionErrors(const QHash<QString, QSet<QString> >& errors); + static bool confirmConversion(const QList<QPair<QString, QString>>& diffs); + static bool confirmConversionErrors(const QHash<QString, QSet<QString>>& errors); static const QString toolTipTableTmp; static const QString toolTipHdrRowTmp; |
