Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
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
Tobias Hunger
qt-creator
Commits
c32f5aed
Commit
c32f5aed
authored
14 years ago
by
Tobias Hunger
Browse files
Options
Downloads
Patches
Plain Diff
Git: Remove useless virtual keywords
parent
d601d523
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/git/gitversioncontrol.h
+15
-15
15 additions, 15 deletions
src/plugins/git/gitversioncontrol.h
with
15 additions
and
15 deletions
src/plugins/git/gitversioncontrol.h
+
15
−
15
View file @
c32f5aed
...
...
@@ -47,24 +47,24 @@ class GitVersionControl : public Core::IVersionControl
public:
explicit
GitVersionControl
(
GitClient
*
plugin
);
virtual
QString
displayName
()
const
;
QString
displayName
()
const
;
virtual
bool
managesDirectory
(
const
QString
&
directory
,
QString
*
topLevel
)
const
;
bool
managesDirectory
(
const
QString
&
directory
,
QString
*
topLevel
)
const
;
virtual
bool
supportsOperation
(
Operation
operation
)
const
;
virtual
bool
vcsOpen
(
const
QString
&
fileName
);
virtual
bool
vcsAdd
(
const
QString
&
fileName
);
virtual
bool
vcsDelete
(
const
QString
&
filename
);
virtual
bool
vcsMove
(
const
QString
&
from
,
const
QString
&
to
);
virtual
bool
vcsCreateRepository
(
const
QString
&
directory
);
virtual
bool
vcsCheckout
(
const
QString
&
directory
,
const
QByteArray
&
url
);
virtual
QString
vcsGetRepositoryURL
(
const
QString
&
directory
);
virtual
QString
vcsCreateSnapshot
(
const
QString
&
topLevel
);
virtual
QStringList
vcsSnapshots
(
const
QString
&
topLevel
);
virtual
bool
vcsRestoreSnapshot
(
const
QString
&
topLevel
,
const
QString
&
name
);
virtual
bool
vcsRemoveSnapshot
(
const
QString
&
topLevel
,
const
QString
&
name
);
bool
supportsOperation
(
Operation
operation
)
const
;
bool
vcsOpen
(
const
QString
&
fileName
);
bool
vcsAdd
(
const
QString
&
fileName
);
bool
vcsDelete
(
const
QString
&
filename
);
bool
vcsMove
(
const
QString
&
from
,
const
QString
&
to
);
bool
vcsCreateRepository
(
const
QString
&
directory
);
bool
vcsCheckout
(
const
QString
&
directory
,
const
QByteArray
&
url
);
QString
vcsGetRepositoryURL
(
const
QString
&
directory
);
QString
vcsCreateSnapshot
(
const
QString
&
topLevel
);
QStringList
vcsSnapshots
(
const
QString
&
topLevel
);
bool
vcsRestoreSnapshot
(
const
QString
&
topLevel
,
const
QString
&
name
);
bool
vcsRemoveSnapshot
(
const
QString
&
topLevel
,
const
QString
&
name
);
virtual
bool
vcsAnnotate
(
const
QString
&
file
,
int
line
);
bool
vcsAnnotate
(
const
QString
&
file
,
int
line
);
void
emitFilesChanged
(
const
QStringList
&
);
void
emitRepositoryChanged
(
const
QString
&
);
...
...
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