mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
qt: fix include error
This commit is contained in:
parent
3eb247c3a0
commit
96f09ff7ed
@ -4,7 +4,7 @@
|
||||
#include <DeviceModel.hpp>
|
||||
#include <DeviceProxyModel.hpp>
|
||||
#include <FlagEditor.hpp>
|
||||
#include <FunctionEditor.hpp>
|
||||
//#include <FunctionEditor.hpp>
|
||||
#include <QDebug>
|
||||
#include <QGridLayout>
|
||||
#include <QLabel>
|
||||
@ -47,8 +47,8 @@ public:
|
||||
&DeviceModel::applyChanges);
|
||||
|
||||
m_treeView->functionEditorRequested.connect([this] {
|
||||
auto f_editor = new FunctionEditor(m_deviceModel);
|
||||
f_editor->show();
|
||||
//auto f_editor = new FunctionEditor(m_deviceModel);
|
||||
//f_editor->show();
|
||||
});
|
||||
|
||||
m_flagEditor->setFlags(DeviceModel::AllInterfaces);
|
||||
|
Loading…
Reference in New Issue
Block a user