aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/sqlitestudio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/sqlitestudio.cpp')
-rw-r--r--SQLiteStudio3/coreSQLiteStudio/sqlitestudio.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/sqlitestudio.cpp b/SQLiteStudio3/coreSQLiteStudio/sqlitestudio.cpp
index efb5bb4..1e7863b 100644
--- a/SQLiteStudio3/coreSQLiteStudio/sqlitestudio.cpp
+++ b/SQLiteStudio3/coreSQLiteStudio/sqlitestudio.cpp
@@ -39,7 +39,7 @@
DEFINE_SINGLETON(SQLiteStudio)
-static const int sqlitestudioVersion = 30100;
+static const int sqlitestudioVersion = 30101;
SQLiteStudio::SQLiteStudio()
{
@@ -260,7 +260,7 @@ void SQLiteStudio::init(const QStringList& cmdListArguments, bool guiAvailable)
QThreadPool::globalInstance()->setMaxThreadCount(10);
- Q_INIT_RESOURCE(coresqlitestudio);
+ Q_INIT_RESOURCE(coreSQLiteStudio);
CfgLazyInitializer::init();
@@ -369,7 +369,7 @@ void SQLiteStudio::cleanUp()
safe_delete(env);
NotifyManager::destroy();
}
- Q_CLEANUP_RESOURCE(coresqlitestudio);
+ Q_CLEANUP_RESOURCE(coreSQLiteStudio);
}
void SQLiteStudio::updateCodeFormatter()