rename icon to looqs.svg

Este commit está contenido en:
Albert S. 2022-06-06 15:45:59 +02:00
padre 3e14498437
commit 0d81452a67
Se han modificado 3 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -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

Ver fichero

@ -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>");

Ver fichero

Antes

Anchura:  |  Altura:  |  Tamaño: 13 KiB

Después

Anchura:  |  Altura:  |  Tamaño: 13 KiB