summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/metafactory.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/metafactory.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/metafactory.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/noncore/apps/opie-console/metafactory.h b/noncore/apps/opie-console/metafactory.h
index 9c0f0a1..aae9391 100644
--- a/noncore/apps/opie-console/metafactory.h
+++ b/noncore/apps/opie-console/metafactory.h
@@ -4,3 +4,4 @@
/**
- * meta factory is our factory servie
+ * The MetaFactory is used to keep track of all IOLayers, FileTransferLayers and ConfigWidgets
+ * and to instantiate these implementations on demand
*/
@@ -21,2 +22,3 @@ public:
typedef FileTransferLayer* (*filelayer)(IOLayer*);
+
MetaFactory();
@@ -33,4 +35,2 @@ public:
QStringList fileTransferLayers()const;
-
-
private:
@@ -39,5 +39,2 @@ private:
QMap<QString, filelayer> m_fileFact;
-
-
-
};