summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/qprocesswrapper.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-06-10 13:09:59 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-06-11 12:28:39 +0000
commit1dbb78505421cc0cd2dd94f3304dae119a92152a (patch)
tree4ff086c0448c94a7c814a6d862993b36eed65b28 /src/libs/installer/qprocesswrapper.h
parentcb7613e8163b03fe94f54c307404e427b69d025c (diff)
Remove signal finished() overload
The overload is deprecated in Qt, but can't be removed due to BC issues. We can remove it though. Change-Id: Iceaf7ca772ec7be6347b675fa62acad918afc8b0 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/qprocesswrapper.h')
-rw-r--r--src/libs/installer/qprocesswrapper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/installer/qprocesswrapper.h b/src/libs/installer/qprocesswrapper.h
index a3efecdf1..3943eaf74 100644
--- a/src/libs/installer/qprocesswrapper.h
+++ b/src/libs/installer/qprocesswrapper.h
@@ -123,7 +123,6 @@ Q_SIGNALS:
void error(QProcess::ProcessError);
void readyReadStandardOutput();
void readyReadStandardError();
- void finished(int exitCode);
void finished(int exitCode, QProcess::ExitStatus exitStatus);
void readyRead();
void started();