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
94f81cb8
Commit
94f81cb8
authored
Jul 21, 2009
by
Friedemann Kleint
Browse files
Fixed Compilation.
parent
ca55ddaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/find/findtoolbar.h
View file @
94f81cb8
...
...
@@ -94,7 +94,7 @@ private:
void
setFindFlag
(
IFindSupport
::
FindFlag
flag
,
bool
enabled
);
bool
hasFindFlag
(
IFindSupport
::
FindFlag
flag
);
IFindSupport
::
FindFlags
effectiveFindFlags
();
Core
::
FindToolBarPlaceHolder
*
FindToolBar
::
findToolBarPlaceHolder
()
const
;
Core
::
FindToolBarPlaceHolder
*
findToolBarPlaceHolder
()
const
;
bool
eventFilter
(
QObject
*
obj
,
QEvent
*
event
);
void
setFindText
(
const
QString
&
text
);
...
...
src/plugins/help/helpplugin.cpp
View file @
94f81cb8
...
...
@@ -54,7 +54,6 @@
#include <coreplugin/rightpane.h>
#include <coreplugin/sidebar.h>
#include <coreplugin/uniqueidmanager.h>
#include <coreplugin/welcomemode.h>
#include <welcome/welcomemode.h>
...
...
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