We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8e438e6 commit b85d42cCopy full SHA for b85d42c
src/app/main.cpp
@@ -119,17 +119,8 @@ typedef SInt32 SRefCon;
119
void version( )
120
{
121
const QString msg = QStringLiteral( "QGIS %1 '%2' (%3)\n" ).arg( VERSION ).arg( RELEASE_NAME ).arg( QGSVERSION );
122
-
123
-#ifdef Q_OS_WIN
124
- MessageBox( nullptr,
125
- msg,
126
- "QGIS version",
127
- MB_OK );
128
-#else
129
std::cout << msg.toStdString();
130
-#endif
131
132
-} // version()
+}
133
134
/**
135
* Print usage text
0 commit comments