mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #760, new 3D swift icons
* removed old icons * new icons in CIcons class * and as ico / icns (MAC)
This commit is contained in:
committed by
Roland Winklmeier
parent
898b8e4078
commit
ccb14b4d19
@@ -26,7 +26,7 @@ int main(int argc, char *argv[])
|
||||
QApplication qa(argc, argv);
|
||||
CSwiftGuiStdApplication a;
|
||||
a.setSignalStartupAutomatically(false); // application will signal startup on its own
|
||||
a.splashScreen(":/own/icons/own/swift/swiftCirclePilotClient1024.png");
|
||||
a.splashScreen(CIcons::swift256());
|
||||
if (!a.start())
|
||||
{
|
||||
a.gracefulShutdown();
|
||||
|
||||
Reference in New Issue
Block a user