diff options
author | Tom Rondeau <tom@trondeau.com> | 2016-04-28 10:53:12 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2016-04-28 12:04:12 -0400 |
commit | ff85dcbaa9a8e2464812f481c329e483d0454402 (patch) | |
tree | 171fefde83725be7e92c3710dee8a93200909f53 /gr-qtgui/lib/edit_box_msg_impl.cc | |
parent | 100abdfaeab57ac92cad9d1358e328224e0c1990 (diff) |
qtgui: Fixes for edit_box_msg to work with QT5.
Diffstat (limited to 'gr-qtgui/lib/edit_box_msg_impl.cc')
-rw-r--r-- | gr-qtgui/lib/edit_box_msg_impl.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gr-qtgui/lib/edit_box_msg_impl.cc b/gr-qtgui/lib/edit_box_msg_impl.cc index e0c5f64b3d..e0b5f256b6 100644 --- a/gr-qtgui/lib/edit_box_msg_impl.cc +++ b/gr-qtgui/lib/edit_box_msg_impl.cc @@ -65,10 +65,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); } |