diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-18 00:55:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-18 00:55:46 +0100 |
commit | bd17446dbb598ca46e308d9295178882b8d81e8f (patch) | |
tree | 4bd1d9b8c465176e8f25a88ceeea52d2eabb356c /gui/ui.cpp | |
parent | ca25abbf871fb92518910c3beb51d59182df8fe6 (diff) |
ui: make more compact
Diffstat (limited to 'gui/ui.cpp')
-rw-r--r-- | gui/ui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -22,7 +22,6 @@ MainWindow::MainWindow() : pose_update_timer(this), kbd_quit(QKeySequence("Ctrl+Q"), this), - no_feed_pixmap(":/images/no-feed.png"), is_refreshing_profiles(false), keys_paused(false) { @@ -31,7 +30,6 @@ MainWindow::MainWindow() : setFixedSize(size()); updateButtonState(false, false); - ui.video_frame_label->setPixmap(no_feed_pixmap); connect(ui.btnEditCurves, SIGNAL(clicked()), this, SLOT(showCurveConfiguration())); connect(ui.btnShortcuts, SIGNAL(clicked()), this, SLOT(show_options_dialog())); |