mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
update
This commit is contained in:
committed by
Thomas Krijnen
parent
9e9b294f44
commit
d2f331c813
@@ -5,7 +5,6 @@
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
qreal dpiScale = app.devicePixelRatio();
|
||||
|
||||
// Set the icon in the window title-bar on mswindows
|
||||
// and dock icon on macos.
|
||||
@@ -16,6 +15,8 @@ int main(int argc, char *argv[])
|
||||
// mswindows - .rc file
|
||||
// macos - .icns file (using CMake)
|
||||
|
||||
qreal dpiScale = app.devicePixelRatio();
|
||||
|
||||
MainWindow window(dpiScale);
|
||||
|
||||
window.show();
|
||||
|
||||
Reference in New Issue
Block a user