Skip to content
GitLab
Menu
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
81a45181
Commit
81a45181
authored
Feb 13, 2009
by
Martin Aumueller
Browse files
Revert "Fixes: Workaround a bug in kde 4.2.0."
This reverts commit
e08f1763
.
parent
6b782811
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/designer/formeditorplugin.cpp
View file @
81a45181
...
...
@@ -108,11 +108,7 @@ bool FormEditorPlugin::initialize(const QStringList &arguments, QString *error)
addObject
(
m_factory
);
// Make sure settings pages and action shortcuts are registered
// TODO we don't want to do a full initialization here,
// we actually want to call ensureInitStage(FormEditorW::RegisterPlugins)
// But due to a bug in kde 4.2.0 this crashes then when opening the file dialog
// This should be removed after 4.2.1 is out
FormEditorW
::
ensureInitStage
(
FormEditorW
::
FullyInitialized
);
FormEditorW
::
ensureInitStage
(
FormEditorW
::
RegisterPlugins
);
error
->
clear
();
return
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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