aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-10-12 10:39:03 +0200
committerEike Ziller <eike.ziller@qt.io>2022-10-13 13:13:07 +0000
commit6becc304b886ac9f789060bd6a0bce6c0cb85e43 (patch)
treeed5208f5a5b42cf10ecc4564edea6a8351e1a65d /src/plugins/cpaster
parent991cd546392fc4a3ea6765792b579f2a5aca58d1 (diff)
Fix compiler warnings
- private field 'm_postId' is not used - private field 'm_hostChecked' is not used - missing field 'AcrossEmptyLines' initializer Change-Id: I1e31c79e078bcb68d053202ad322299b92c4fa38 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/plugins/cpaster')
-rw-r--r--src/plugins/cpaster/pastebindotcomprotocol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cpaster/pastebindotcomprotocol.h b/src/plugins/cpaster/pastebindotcomprotocol.h
index 740fbca744..b17fc71729 100644
--- a/src/plugins/cpaster/pastebindotcomprotocol.h
+++ b/src/plugins/cpaster/pastebindotcomprotocol.h
@@ -34,8 +34,6 @@ private:
QNetworkReply *m_listReply = nullptr;
QString m_fetchId;
- int m_postId = -1;
- bool m_hostChecked = false;
};
} // CodePaster