summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/gui/devicestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/devicestate.h')
-rw-r--r--utils/themeeditor/gui/devicestate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/devicestate.h b/utils/themeeditor/gui/devicestate.h
index d3a6c4650f..ebd4afec8c 100644
--- a/utils/themeeditor/gui/devicestate.h
+++ b/utils/themeeditor/gui/devicestate.h
@@ -59,6 +59,9 @@ private slots:
void input();
private:
+ static QString fileName(QString path, bool extension);
+ static QString directory(QString path, int level);
+
QMap<QString, QPair<InputType, QWidget*> > inputs;
QTabWidget tabs;
};