forked from qt-creator/qt-creator
Editors: Provide a base implementation for {save,restore}State
Change-Id: Iedfc0d59ecfe257ad5823cff39977bce82ada3a5 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -60,15 +60,7 @@ public:
|
||||
Core::Id id() const;
|
||||
QString displayName() const;
|
||||
void setDisplayName(const QString &title);
|
||||
|
||||
QByteArray saveState() const;
|
||||
bool restoreState(const QByteArray &state);
|
||||
|
||||
int currentLine() const;
|
||||
int currentColumn() const;
|
||||
|
||||
bool isTemporary() const;
|
||||
|
||||
QWidget *toolBar();
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user