summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/file_layer.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/file_layer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/file_layer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/file_layer.h b/noncore/apps/opie-console/file_layer.h
index 75fd94b..035e125 100644
--- a/noncore/apps/opie-console/file_layer.h
+++ b/noncore/apps/opie-console/file_layer.h
@@ -45,6 +45,12 @@ signals:
45 */ 45 */
46 void progress( const QString& file, int progress ); 46 void progress( const QString& file, int progress );
47 47
48protected:
49 IOLayer* layer();
50
51private:
52 IOLayer* m_layer;
53
48}; 54};
49 55
50#endif 56#endif