rename icon to looqs.svg

このコミットが含まれているのは:
Albert S. 2022-06-06 15:45:59 +02:00
コミット 0d81452a67
3個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -78,4 +78,4 @@ else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PW
else:win32:!win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../shared/debug/shared.lib
else:unix: PRE_TARGETDEPS += $$OUT_PWD/../shared/libshared.a
RESOURCES = ../icon.svg
RESOURCES = ../looqs.svg

ファイルの表示

@ -128,7 +128,7 @@ int main(int argc, char *argv[])
return 1;
}
QApplication a(argc, argv);
a.setWindowIcon(QIcon(":/icon.svg"));
a.setWindowIcon(QIcon(":/looqs.svg"));
QObject::connect(&a, &QApplication::aboutToQuit, &process, &QProcess::kill);
qRegisterMetaType<QVector<SearchResult>>("QVector<SearchResult>");

ファイルの表示

変更前

幅:  |  高さ:  |  サイズ: 13 KiB

変更後

幅:  |  高さ:  |  サイズ: 13 KiB