diff --git a/tools/qsqlmon/src/appversion.h b/tools/qsqlmon/src/appversion.h index 70a8e8cee..f7866cdd7 100644 --- a/tools/qsqlmon/src/appversion.h +++ b/tools/qsqlmon/src/appversion.h @@ -1,4 +1,4 @@ #pragma once -#define APP_VERSION "2.0.1" +#define APP_VERSION "2.0.2" diff --git a/tools/qsqlmon/src/theapp.cpp b/tools/qsqlmon/src/theapp.cpp index 1f2eb28ba..64514201a 100644 --- a/tools/qsqlmon/src/theapp.cpp +++ b/tools/qsqlmon/src/theapp.cpp @@ -47,7 +47,8 @@ TheApp::TheApp(int & argc, char ** argv) : QApplication(argc, argv) { auto *style = qf::gui::Style::instance(); - //style->addIconSearchPath(":/qf/gui/images/flat"); + style->addIconSearchPath(":/qf/gui/images/lucide"); + style->addIconSearchPath(":/qf/gui/images/flat"); style->addIconSearchPath(":/qf/gui/images"); QSqlDatabase::registerSqlDriver("QFHTTPMYSQL", new QFHttpMySqlDriverCreator());