[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdesu] src: Add missing override
From:       Laurent Montel <null () kde ! org>
Date:       2018-04-30 14:29:17
Message-ID: E1fD9np-0001jK-Af () code ! kde ! org
[Download RAW message or body]

Git commit be772621cf75f17e53e77041c386b72a84e67287 by Laurent Montel.
Committed on 30/04/2018 at 14:29.
Pushed by mlaurent into branch 'master'.

Add missing override

M  +1    -1    src/sshprocess.h
M  +1    -1    src/stubprocess.h

https://commits.kde.org/kdesu/be772621cf75f17e53e77041c386b72a84e67287

diff --git a/src/sshprocess.h b/src/sshprocess.h
index a1773f4..e73e708 100644
--- a/src/sshprocess.h
+++ b/src/sshprocess.h
@@ -33,7 +33,7 @@ public:
     explicit SshProcess(const QByteArray &host = QByteArray(),
                         const QByteArray &user = QByteArray(),
                         const QByteArray &command = QByteArray());
-    ~SshProcess();
+    ~SshProcess() Q_DECL_OVERRIDE;
 
     /**
      * Sets the target host.
diff --git a/src/stubprocess.h b/src/stubprocess.h
index 1e75423..13d938f 100644
--- a/src/stubprocess.h
+++ b/src/stubprocess.h
@@ -44,7 +44,7 @@ public:
     };
 
     StubProcess();
-    ~StubProcess();
+    ~StubProcess() Q_DECL_OVERRIDE;
 
     /**
      * Set the command.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic