summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/storage.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/sysinfo/storage.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sysinfo/storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/sysinfo/storage.h b/noncore/settings/sysinfo/storage.h
index 3fa5b79..7e8b4e0 100644
--- a/noncore/settings/sysinfo/storage.h
+++ b/noncore/settings/sysinfo/storage.h
@@ -30,4 +30,5 @@ class FileSystem;
class MountInfo;
class QVBoxLayout;
+class QWidget;
@@ -46,4 +47,5 @@ private:
QList<QFrame> lines;
QVBoxLayout *vb;
+ QWidget *container;
};