Qt: Deduplicate settings

This commit is contained in:
spycrab
2018-04-22 16:58:33 +02:00
parent 1b63810e85
commit 40a61e7bf5
4 changed files with 9 additions and 42 deletions

View File

@ -51,8 +51,6 @@ private:
QCheckBox* m_log_render_time;
QCheckBox* m_autoadjust_window_size;
QCheckBox* m_show_messages;
QCheckBox* m_keep_window_top;
QCheckBox* m_hide_cursor;
QCheckBox* m_render_main_window;
std::array<QRadioButton*, 4> m_shader_compilation_mode{};
QCheckBox* m_wait_for_shaders;