aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/wkdrefreshjob_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/wkdrefreshjob_p.h')
-rw-r--r--lang/qt/src/wkdrefreshjob_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/qt/src/wkdrefreshjob_p.h b/lang/qt/src/wkdrefreshjob_p.h
index 377350f3..60fdfedd 100644
--- a/lang/qt/src/wkdrefreshjob_p.h
+++ b/lang/qt/src/wkdrefreshjob_p.h
@@ -44,6 +44,7 @@ namespace QGpgME
struct WKDRefreshJobPrivate : public JobPrivate
{
std::vector<GpgME::Key> m_keys;
+ std::vector<GpgME::UserID> m_userIds;
};
}