Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
94f81cb8
Commit
94f81cb8
authored
Jul 21, 2009
by
Friedemann Kleint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed Compilation.
parent
ca55ddaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/plugins/find/findtoolbar.h
src/plugins/find/findtoolbar.h
+1
-1
src/plugins/help/helpplugin.cpp
src/plugins/help/helpplugin.cpp
+0
-1
No files found.
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
Markdown
is supported
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