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

@@ -278,7 +278,7 @@ public:
QToolBar *toolBar() { return m_toolBar; }
bool temporaryEditor() const { return false; }
bool isTemporary() const { return false; }
signals:
void changed();