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
a0d86cd6
Commit
a0d86cd6
authored
Jun 25, 2010
by
hjk
Browse files
fix unmaintained plugin
parent
2f5f358f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/regexp/regexpplugin.cpp
View file @
a0d86cd6
...
...
@@ -34,7 +34,6 @@
#include
<coreplugin/baseview.h>
#include
<coreplugin/icore.h>
#include
<coreplugin/uniqueidmanager.h>
#include
<QtCore/QtPlugin>
...
...
@@ -63,10 +62,10 @@ bool RegExpPlugin::initialize(const QStringList &arguments, QString *errorMessag
Settings
settings
;
settings
.
fromQSettings
(
core
->
settings
());
m_regexpWindow
->
setSettings
(
settings
);
const
int
plugId
=
core
->
uniqueIDManager
()
->
uniqueIdentifier
(
QLatin1String
(
"RegExpPlugin"
));
addAutoReleasedObject
(
new
Core
::
BaseView
(
"TextEditor.RegExpWindow"
,
m_regexpWindow
,
QList
<
int
>
()
<<
plugId
,
Core
::
Contect
(
"RegExpPlugin"
),
plugId
,
Qt
::
RightDockWidgetArea
));
return
true
;
}
...
...
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