/[svn]/qsampler/trunk/src/qsampler.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsampler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3849 by capela, Thu Jan 7 16:18:02 2021 UTC revision 3910 by capela, Sun May 30 14:56:01 2021 UTC
# Line 487  int main ( int argc, char **argv ) Line 487  int main ( int argc, char **argv )
487          ::signal(SIGBUS,  stacktrace);          ::signal(SIGBUS,  stacktrace);
488  #endif  #endif
489  #endif  #endif
490            ::setenv("QT_QPA_PLATFORM", "xcb", 0);
491  #if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)  #if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
492  #if QT_VERSION <  QT_VERSION_CHECK(6, 0, 0)  #if QT_VERSION <  QT_VERSION_CHECK(6, 0, 0)
493          QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);          QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);

Legend:
Removed from v.3849  
changed lines
  Added in v.3910

  ViewVC Help
Powered by ViewVC