Refactoring the new dialog manager module and fixed keyboard problem in Linux touch panel.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include <QWidget>
|
||||
|
||||
class QVBoxLayout;
|
||||
class SelectDialog;
|
||||
|
||||
class GeneralForm : public QWidget
|
||||
{
|
||||
@@ -15,7 +14,6 @@ public:
|
||||
|
||||
private:
|
||||
QVBoxLayout* mLayout;
|
||||
SelectDialog* mSelectDialog;
|
||||
};
|
||||
|
||||
#endif // GENERALFORM_H
|
||||
Reference in New Issue
Block a user