Skip to content

Commit 81072d4

Browse files
authored
Merge pull request #1078 from Quick-Box/fix-qsqlmon-app-crash
Fix qsqlmon app crash on startup #1076
2 parents a1e2590 + 4e67580 commit 81072d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tools/qsqlmon/src/appversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#pragma once
22

3-
#define APP_VERSION "2.0.1"
3+
#define APP_VERSION "2.0.2"
44

tools/qsqlmon/src/theapp.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ TheApp::TheApp(int & argc, char ** argv)
4747
: QApplication(argc, argv)
4848
{
4949
auto *style = qf::gui::Style::instance();
50-
//style->addIconSearchPath(":/qf/gui/images/flat");
50+
style->addIconSearchPath(":/qf/gui/images/lucide");
51+
style->addIconSearchPath(":/qf/gui/images/flat");
5152
style->addIconSearchPath(":/qf/gui/images");
5253

5354
QSqlDatabase::registerSqlDriver("QFHTTPMYSQL", new QFHttpMySqlDriverCreator());

0 commit comments

Comments
 (0)