Skip to content
Snippets Groups Projects
Commit 5a75d685 authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

[3rdparty] Warnings-- (override) in KDSAG

parent fc2a5d14
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment