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
Marco Bubke
flatpak-qt-creator
Commits
64b6b8c4
Commit
64b6b8c4
authored
Mar 10, 2010
by
Lasse Holmstedt
Browse files
Renaming designmodetoolbar -> editortoolbar pt.1
parent
99ab71d7
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/coreplugin.pro
View file @
64b6b8c4
...
...
@@ -82,7 +82,7 @@ SOURCES += mainwindow.cpp \
imode
.
cpp
\
editormanager
/
systemeditor
.
cpp
\
designmode
.
cpp
\
designmode
toolbar
.
cpp
editor
toolbar
.
cpp
HEADERS
+=
mainwindow
.
h
\
editmode
.
h
\
...
...
@@ -163,7 +163,7 @@ HEADERS += mainwindow.h \
eventfilteringmainwindow
.
h
\
editormanager
/
systemeditor
.
h
\
designmode
.
h
\
designmode
toolbar
.
h
editor
toolbar
.
h
FORMS
+=
dialogs
/
newdialog
.
ui
\
dialogs
/
shortcutsettings
.
ui
\
...
...
src/plugins/coreplugin/designmodetoolbar.cpp
View file @
64b6b8c4
...
...
@@ -27,7 +27,7 @@
**
**************************************************************************/
#include
"
designmode
toolbar.h"
#include
"
editor
toolbar.h"
#include
<coreplugin/coreconstants.h>
#include
<coreplugin/editormanager/ieditor.h>
...
...
src/plugins/coreplugin/editormanager/editormanager.cpp
View file @
64b6b8c4
...
...
@@ -39,7 +39,7 @@
#include
"mimedatabase.h"
#include
"tabpositionindicator.h"
#include
"vcsmanager.h"
#include
"
designmode
toolbar.h"
#include
"
editor
toolbar.h"
#include
<coreplugin/coreconstants.h>
#include
<coreplugin/modemanager.h>
...
...
src/plugins/coreplugin/editormanager/editorview.cpp
View file @
64b6b8c4
...
...
@@ -33,7 +33,7 @@
#include
"minisplitter.h"
#include
"openeditorsmodel.h"
#include
<coreplugin/
designmode
toolbar.h>
#include
<coreplugin/
editor
toolbar.h>
#include
<coreplugin/coreconstants.h>
#include
<coreplugin/actionmanager/actionmanager.h>
#include
<coreplugin/editormanager/ieditor.h>
...
...
src/plugins/designer/formeditorw.cpp
View file @
64b6b8c4
...
...
@@ -41,7 +41,7 @@
#include
"resourcehandler.h"
#include
<widgethost.h>
#include
<coreplugin/
designmode
toolbar.h>
#include
<coreplugin/
editor
toolbar.h>
#include
<coreplugin/modemanager.h>
#include
<coreplugin/designmode.h>
#include
<coreplugin/coreconstants.h>
...
...
src/plugins/qmldesigner/designmodewidget.cpp
View file @
64b6b8c4
...
...
@@ -40,7 +40,7 @@
#include
<coreplugin/editormanager/openeditorsmodel.h>
#include
<coreplugin/editormanager/ieditor.h>
#include
<coreplugin/modemanager.h>
#include
<coreplugin/
designmode
toolbar.h>
#include
<coreplugin/
editor
toolbar.h>
#include
<utils/parameteraction.h>
#include
<utils/qtcassert.h>
...
...
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