summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/ofileselectoritem.h
Unidiff
Diffstat (limited to 'libopie/ofileselector/ofileselectoritem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/ofileselector/ofileselectoritem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libopie/ofileselector/ofileselectoritem.h b/libopie/ofileselector/ofileselectoritem.h
index 21460c4..81966ae 100644
--- a/libopie/ofileselector/ofileselectoritem.h
+++ b/libopie/ofileselector/ofileselectoritem.h
@@ -14,2 +14,3 @@ public:
14 bool isLocked, 14 bool isLocked,
15 const QString& extra,
15 bool isDir = false); 16 bool isDir = false);
@@ -21,2 +22,3 @@ public:
21 QString key(int id, bool ); 22 QString key(int id, bool );
23 QString extra()const;
22 24
@@ -26,3 +28,6 @@ private:
26 QString m_dirStr; 28 QString m_dirStr;
29 QString m_extra;
27 30
31 class Private;
32 Private* d;
28}; 33};