Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Desktop
Commits
fe9cda3a
Commit
fe9cda3a
authored
Feb 13, 2018
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra ';'
parent
dd452e2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
applets/kicker/plugin/runnermatchesmodel.cpp
applets/kicker/plugin/runnermatchesmodel.cpp
+1
-1
No files found.
applets/kicker/plugin/runnermatchesmodel.cpp
View file @
fe9cda3a
...
...
@@ -83,7 +83,7 @@ QVariant RunnerMatchesModel::data(const QModelIndex &index, int role) const
class
MyRunner
:
public
Plasma
::
AbstractRunner
{
public:
using
Plasma
::
AbstractRunner
::
actions
;
;
using
Plasma
::
AbstractRunner
::
actions
;
};
MyRunner
*
runner
=
static_cast
<
MyRunner
*>
(
match
.
runner
());
...
...
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