diff options
author | hjk <hjk@theqtcompany.com> | 2015-04-27 16:50:19 +0200 |
---|---|---|
committer | hjk <hjk@theqtcompany.com> | 2015-05-07 11:19:28 +0000 |
commit | 9ff6cfdde4a512acc55aafe0c91ebc28f9e99cc2 (patch) | |
tree | 67cbf3aa790d86aaaaf21fb52028feb2abca4310 /src/plugins/cpaster/protocol.h | |
parent | 3fc72220626da58b1174da4b6a61e45da9871158 (diff) | |
download | qt-creator-9ff6cfdde4a512acc55aafe0c91ebc28f9e99cc2.tar.gz |
CPaster: Remove unneeded declaration
Change-Id: Idba2af421e07f09b89392b490d0b2eb388553ec9
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/cpaster/protocol.h')
-rw-r--r-- | src/plugins/cpaster/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cpaster/protocol.h b/src/plugins/cpaster/protocol.h index 81716c8b75..2698d919cc 100644 --- a/src/plugins/cpaster/protocol.h +++ b/src/plugins/cpaster/protocol.h @@ -36,7 +36,6 @@ #include <QSharedPointer> QT_BEGIN_NAMESPACE -class QNetworkAccessManager; class QNetworkReply; class QWidget; QT_END_NAMESPACE |