API: temporaryEditor --> isTemporary

Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
con
2009-06-04 12:02:19 +02:00
parent e54bf750d9
commit 4b9a3d5a46
15 changed files with 18 additions and 17 deletions

View File

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