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
c85ba533
Commit
c85ba533
authored
Jan 26, 2009
by
hjk
Browse files
Fixes: remove unneded declaration
parent
81b0ddf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/welcomemode.h
View file @
c85ba533
...
...
@@ -41,7 +41,6 @@
QT_BEGIN_NAMESPACE
class
QWidget
;
class
QUrl
;
class
QLabel
;
QT_END_NAMESPACE
namespace
Core
{
...
...
@@ -77,8 +76,7 @@ public:
const
char
*
uniqueModeName
()
const
;
QList
<
int
>
context
()
const
;
void
activated
();
QString
contextHelpId
()
const
{
return
QLatin1String
(
"Qt Creator"
);
}
QString
contextHelpId
()
const
{
return
QLatin1String
(
"Qt Creator"
);
}
signals:
void
requestProject
(
const
QString
&
project
);
...
...
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