diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-11-28 13:20:15 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-11-28 13:20:15 -0800 |
commit | 480420dc0a348328ff6460aa4bad902f1cca75cc (patch) | |
tree | 4b1c187f3d5c91a502d21dc65db6fbf185d70157 /gr-qtgui/lib/histogram_sink_f_impl.cc | |
parent | 2333700f37c358060af5b4c445a1c49828d9b4df (diff) | |
parent | 7bc999f212d5f74d71bfa39218272b9d19cf1555 (diff) |
Merge remote-tracking branch 'tom/qt5_next' into next-qt5
Diffstat (limited to 'gr-qtgui/lib/histogram_sink_f_impl.cc')
-rw-r--r-- | gr-qtgui/lib/histogram_sink_f_impl.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gr-qtgui/lib/histogram_sink_f_impl.cc b/gr-qtgui/lib/histogram_sink_f_impl.cc index 0ac494d751..18e5350e56 100644 --- a/gr-qtgui/lib/histogram_sink_f_impl.cc +++ b/gr-qtgui/lib/histogram_sink_f_impl.cc @@ -115,10 +115,6 @@ namespace gr { d_qApplication = qApp; } else { -#if QT_VERSION >= 0x040500 - std::string style = prefs::singleton()->get_string("qtgui", "style", "raster"); - QApplication::setGraphicsSystem(QString(style.c_str())); -#endif d_qApplication = new QApplication(d_argc, &d_argv); } |