summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/ofileselectoritem.h
Side-by-side diff
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:
bool isLocked,
+ const QString& extra,
bool isDir = false);
@@ -21,2 +22,3 @@ public:
QString key(int id, bool );
+ QString extra()const;
@@ -26,3 +28,6 @@ private:
QString m_dirStr;
+ QString m_extra;
+ class Private;
+ Private* d;
};