forked from qt-creator/qt-creator
Fixes spelling of temporaryEditor
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
bool duplicateSupported() const { return true; }
|
||||
Core::IEditor *duplicate(QWidget *parent);
|
||||
const char *kind() const;
|
||||
bool temporayEditor() const { return false; }
|
||||
bool temporaryEditor() const { return false; }
|
||||
private:
|
||||
QList<int> m_context;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user