Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flatpak-qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marco Bubke
flatpak-qt-creator
Commits
c85ba533
Commit
c85ba533
authored
16 years ago
by
hjk
Browse files
Options
Downloads
Patches
Plain Diff
Fixes: remove unneded declaration
parent
81b0ddf8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/coreplugin/welcomemode.h
+1
-3
1 addition, 3 deletions
src/plugins/coreplugin/welcomemode.h
with
1 addition
and
3 deletions
src/plugins/coreplugin/welcomemode.h
+
1
−
3
View file @
c85ba533
...
@@ -41,7 +41,6 @@
...
@@ -41,7 +41,6 @@
QT_BEGIN_NAMESPACE
QT_BEGIN_NAMESPACE
class
QWidget
;
class
QWidget
;
class
QUrl
;
class
QUrl
;
class
QLabel
;
QT_END_NAMESPACE
QT_END_NAMESPACE
namespace
Core
{
namespace
Core
{
...
@@ -77,8 +76,7 @@ public:
...
@@ -77,8 +76,7 @@ public:
const
char
*
uniqueModeName
()
const
;
const
char
*
uniqueModeName
()
const
;
QList
<
int
>
context
()
const
;
QList
<
int
>
context
()
const
;
void
activated
();
void
activated
();
QString
contextHelpId
()
const
QString
contextHelpId
()
const
{
return
QLatin1String
(
"Qt Creator"
);
}
{
return
QLatin1String
(
"Qt Creator"
);
}
signals
:
signals
:
void
requestProject
(
const
QString
&
project
);
void
requestProject
(
const
QString
&
project
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment