Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
655d39a9
Commit
655d39a9
authored
Apr 16, 2009
by
mae
Browse files
nicer visual session switching
parent
ef1311d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/editormanager/editormanager.cpp
View file @
655d39a9
...
...
@@ -1538,6 +1538,7 @@ QByteArray EditorManager::saveState() const
bool
EditorManager
::
restoreState
(
const
QByteArray
&
state
)
{
closeAllEditors
(
true
);
removeAllSplits
();
QDataStream
stream
(
state
);
QByteArray
version
;
...
...
src/plugins/coreplugin/editormanager/editormanager.h
View file @
655d39a9
...
...
@@ -208,6 +208,8 @@ private slots:
void
goBackInNavigationHistory
();
void
goForwardInNavigationHistory
();
void
makeCurrentEditorWritable
();
public
slots
:
void
split
(
Qt
::
Orientation
orientation
);
void
split
();
void
splitSideBySide
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment