Qt: minor fixes

This commit is contained in:
Megamouse
2018-03-28 04:30:02 +02:00
committed by Ani
parent fca6c4fb7f
commit 70cc2e3665
4 changed files with 9 additions and 11 deletions
+2 -2
View File
@@ -30,9 +30,9 @@ class main_window : public QMainWindow
Ui::main_window *ui;
bool m_sys_menu_opened;
bool m_is_list_mode = false;
bool m_is_list_mode = true;
bool m_save_slider_pos = false;
int m_other_slider_pos;
int m_other_slider_pos = 0;
QIcon m_appIcon;
QIcon m_icon_play;