Fixes showing temporary files

This commit is contained in:
dt
2009-05-18 19:11:11 +02:00
parent dc3641b9e1
commit 41b3b3e3b4
12 changed files with 25 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ public:
bool duplicateSupported() const { return true; }
Core::IEditor *duplicate(QWidget *parent);
const char *kind() const;
bool temporayEditor() const { return false; }
private:
QList<int> m_context;
};