Skip to content

Commit 370fe6d

Browse files
author
macho
committed
added decoration for about box on non-MacOS
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10371 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e96e147 commit 370fe6d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/qgsabout.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@
3131
#include "qgslogger.h"
3232
std::map<QString, QPixmap> mugs;
3333
*/
34-
34+
#ifdef Q_OS_MACX
3535
QgsAbout::QgsAbout()
3636
: QDialog( NULL, Qt::WindowSystemMenuHint ) // Modeless dialog with close button only
37+
#else
38+
QgsAbout::QgsAbout()
39+
: QDialog( NULL ) // Normal dialog in non Mac-OS
40+
#endif
3741
{
3842
setupUi( this );
3943
init();

0 commit comments

Comments
 (0)