Merge pull request #5407 from spycrab/qt_fix_interface
Qt: Fix Interface Pane
This commit is contained in:
commit
cc59afe830
|
@ -14,6 +14,7 @@
|
|||
#include "Common/CommonPaths.h"
|
||||
#include "Common/FileSearch.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/StringUtil.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
|
||||
InterfacePane::InterfacePane(QWidget* parent) : QWidget(parent)
|
||||
|
|
Loading…
Reference in New Issue