This commit is contained in:
+5
-1
@@ -22,6 +22,10 @@
|
|||||||
|
|
||||||
/////// can be removed for non-qt-guis ////////////
|
/////// can be removed for non-qt-guis ////////////
|
||||||
#include <qapplication.h>
|
#include <qapplication.h>
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#include <QMacStyle>
|
||||||
|
#endif
|
||||||
///////////////////////////////////////////////////
|
///////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "session.h"
|
#include "session.h"
|
||||||
@@ -64,7 +68,7 @@ int main( int argc, char **argv )
|
|||||||
/////// can be removed for non-qt-guis ////////////
|
/////// can be removed for non-qt-guis ////////////
|
||||||
QApplication a( argc, argv );
|
QApplication a( argc, argv );
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
a.setStyle(new QPlastiqueStyle);
|
a.setStyle(new QMacStyle);
|
||||||
#else
|
#else
|
||||||
a.setStyle(new QPlastiqueStyle);
|
a.setStyle(new QPlastiqueStyle);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user