Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Calamares
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
Calamares
Commits
5a75d685
Commit
5a75d685
authored
Sep 22, 2020
by
Adriaan de Groot
Browse files
Options
Downloads
Patches
Plain Diff
[3rdparty] Warnings-- (override) in KDSAG
parent
fc2a5d14
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
3rdparty/kdsingleapplicationguard/kdsingleapplicationguard.h
+2
-2
2 additions, 2 deletions
3rdparty/kdsingleapplicationguard/kdsingleapplicationguard.h
with
2 additions
and
2 deletions
3rdparty/kdsingleapplicationguard/kdsingleapplicationguard.h
+
2
−
2
View file @
5a75d685
...
@@ -41,7 +41,7 @@ public:
...
@@ -41,7 +41,7 @@ public:
explicit
KDSingleApplicationGuard
(
Policy
policy
,
QObject
*
parent
=
nullptr
);
explicit
KDSingleApplicationGuard
(
Policy
policy
,
QObject
*
parent
=
nullptr
);
explicit
KDSingleApplicationGuard
(
const
QStringList
&
arguments
,
QObject
*
parent
=
nullptr
);
explicit
KDSingleApplicationGuard
(
const
QStringList
&
arguments
,
QObject
*
parent
=
nullptr
);
explicit
KDSingleApplicationGuard
(
const
QStringList
&
arguments
,
Policy
policy
,
QObject
*
parent
=
nullptr
);
explicit
KDSingleApplicationGuard
(
const
QStringList
&
arguments
,
Policy
policy
,
QObject
*
parent
=
nullptr
);
~
KDSingleApplicationGuard
();
~
KDSingleApplicationGuard
()
override
;
bool
isOperational
()
const
;
bool
isOperational
()
const
;
...
@@ -70,7 +70,7 @@ public Q_SLOTS:
...
@@ -70,7 +70,7 @@ public Q_SLOTS:
void
killOtherInstances
();
void
killOtherInstances
();
protected
:
protected
:
/*! \reimp */
bool
event
(
QEvent
*
event
);
/*! \reimp */
bool
event
(
QEvent
*
event
)
override
;
private
:
private
:
#ifndef Q_WS_WIN
#ifndef Q_WS_WIN
...
...
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