[3rdparty] Warnings-- (override) in KDSAG
This commit is contained in:
parent
fc2a5d145a
commit
5a75d68534
@ -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:
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user