summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2020-03-11 19:43:45 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2020-03-12 01:37:27 +0300
commit7cf3e35fdf6cf7ea7d8fc301eae04fe43930b17f (patch)
tree41ac8d15204a0dce0951046bb7543f6e29cdb808
parentaca4124a59f94059bca9c52824bb1059efe81e42 (diff)
Remove extra semicolons after Q_DECLARE_METATYPE()
-rw-r--r--TelepathyQt/abstract-client.h6
-rw-r--r--TelepathyQt/capabilities-base.h2
-rw-r--r--TelepathyQt/channel-class-features.h2
-rw-r--r--TelepathyQt/channel-class-spec.h4
-rw-r--r--TelepathyQt/channel-request.h2
-rw-r--r--TelepathyQt/channel.h2
-rw-r--r--TelepathyQt/connection-capabilities.h2
-rw-r--r--TelepathyQt/connection.h2
-rw-r--r--TelepathyQt/contact-capabilities.h2
-rw-r--r--TelepathyQt/contact.h2
-rw-r--r--TelepathyQt/feature.h4
-rw-r--r--TelepathyQt/file-transfer-channel-creation-properties.h2
-rw-r--r--TelepathyQt/key-file.h2
-rw-r--r--TelepathyQt/location-info.h2
-rw-r--r--TelepathyQt/manager-file.h2
-rw-r--r--TelepathyQt/message-content-part.h4
-rw-r--r--TelepathyQt/profile.h4
-rw-r--r--TelepathyQt/protocol-info.h4
-rw-r--r--TelepathyQt/referenced-handles.h2
19 files changed, 26 insertions, 26 deletions
diff --git a/TelepathyQt/abstract-client.h b/TelepathyQt/abstract-client.h
index 81539289..8ef44dde 100644
--- a/TelepathyQt/abstract-client.h
+++ b/TelepathyQt/abstract-client.h
@@ -320,8 +320,8 @@ private:
} // Tp
-Q_DECLARE_METATYPE(Tp::AbstractClientObserver::ObserverInfo);
-Q_DECLARE_METATYPE(Tp::AbstractClientHandler::Capabilities);
-Q_DECLARE_METATYPE(Tp::AbstractClientHandler::HandlerInfo);
+Q_DECLARE_METATYPE(Tp::AbstractClientObserver::ObserverInfo)
+Q_DECLARE_METATYPE(Tp::AbstractClientHandler::Capabilities)
+Q_DECLARE_METATYPE(Tp::AbstractClientHandler::HandlerInfo)
#endif
diff --git a/TelepathyQt/capabilities-base.h b/TelepathyQt/capabilities-base.h
index ed1b5acf..c1540660 100644
--- a/TelepathyQt/capabilities-base.h
+++ b/TelepathyQt/capabilities-base.h
@@ -85,6 +85,6 @@ private:
} // Tp
-Q_DECLARE_METATYPE(Tp::CapabilitiesBase);
+Q_DECLARE_METATYPE(Tp::CapabilitiesBase)
#endif
diff --git a/TelepathyQt/channel-class-features.h b/TelepathyQt/channel-class-features.h
index bd03117e..ec71389e 100644
--- a/TelepathyQt/channel-class-features.h
+++ b/TelepathyQt/channel-class-features.h
@@ -40,6 +40,6 @@ typedef QPair<ChannelClassSpec, Features> ChannelClassFeatures;
} // Tp
-Q_DECLARE_METATYPE(Tp::ChannelClassFeatures);
+Q_DECLARE_METATYPE(Tp::ChannelClassFeatures)
#endif
diff --git a/TelepathyQt/channel-class-spec.h b/TelepathyQt/channel-class-spec.h
index 9d35900d..fb3c08de 100644
--- a/TelepathyQt/channel-class-spec.h
+++ b/TelepathyQt/channel-class-spec.h
@@ -322,7 +322,7 @@ inline uint qHash(const QList<ChannelClassSpec> &specList)
} // Tp
-Q_DECLARE_METATYPE(Tp::ChannelClassSpec);
-Q_DECLARE_METATYPE(Tp::ChannelClassSpecList);
+Q_DECLARE_METATYPE(Tp::ChannelClassSpec)
+Q_DECLARE_METATYPE(Tp::ChannelClassSpecList)
#endif
diff --git a/TelepathyQt/channel-request.h b/TelepathyQt/channel-request.h
index f597db6c..f1b0acde 100644
--- a/TelepathyQt/channel-request.h
+++ b/TelepathyQt/channel-request.h
@@ -144,6 +144,6 @@ private:
} // Tp
-Q_DECLARE_METATYPE(Tp::ChannelRequestHints);
+Q_DECLARE_METATYPE(Tp::ChannelRequestHints)
#endif
diff --git a/TelepathyQt/channel.h b/TelepathyQt/channel.h
index 04bd6765..61bd94f2 100644
--- a/TelepathyQt/channel.h
+++ b/TelepathyQt/channel.h
@@ -247,6 +247,6 @@ private:
} // Tp
-Q_DECLARE_METATYPE(Tp::Channel::GroupMemberChangeDetails);
+Q_DECLARE_METATYPE(Tp::Channel::GroupMemberChangeDetails)
#endif
diff --git a/TelepathyQt/connection-capabilities.h b/TelepathyQt/connection-capabilities.h
index 6fc261fb..deba0d79 100644
--- a/TelepathyQt/connection-capabilities.h
+++ b/TelepathyQt/connection-capabilities.h
@@ -69,6 +69,6 @@ protected:
} // Tp
-Q_DECLARE_METATYPE(Tp::ConnectionCapabilities);
+Q_DECLARE_METATYPE(Tp::ConnectionCapabilities)
#endif
diff --git a/TelepathyQt/connection.h b/TelepathyQt/connection.h
index e2a2e055..1f8d899a 100644
--- a/TelepathyQt/connection.h
+++ b/TelepathyQt/connection.h
@@ -243,6 +243,6 @@ private:
} // Tp
-Q_DECLARE_METATYPE(Tp::Connection::ErrorDetails);
+Q_DECLARE_METATYPE(Tp::Connection::ErrorDetails)
#endif
diff --git a/TelepathyQt/contact-capabilities.h b/TelepathyQt/contact-capabilities.h
index 8499fe6c..be232a9a 100644
--- a/TelepathyQt/contact-capabilities.h
+++ b/TelepathyQt/contact-capabilities.h
@@ -64,6 +64,6 @@ protected:
} // Tp
-Q_DECLARE_METATYPE(Tp::ContactCapabilities);
+Q_DECLARE_METATYPE(Tp::ContactCapabilities)
#endif
diff --git a/TelepathyQt/contact.h b/TelepathyQt/contact.h
index 654eb365..f5837d94 100644
--- a/TelepathyQt/contact.h
+++ b/TelepathyQt/contact.h
@@ -243,6 +243,6 @@ private:
} // Tp
-Q_DECLARE_METATYPE(Tp::Contact::InfoFields);
+Q_DECLARE_METATYPE(Tp::Contact::InfoFields)
#endif
diff --git a/TelepathyQt/feature.h b/TelepathyQt/feature.h
index 1c085004..eb4bc9c4 100644
--- a/TelepathyQt/feature.h
+++ b/TelepathyQt/feature.h
@@ -88,7 +88,7 @@ inline uint qHash(const Features &features)
} // Tp
-Q_DECLARE_METATYPE(Tp::Feature);
-Q_DECLARE_METATYPE(Tp::Features);
+Q_DECLARE_METATYPE(Tp::Feature)
+Q_DECLARE_METATYPE(Tp::Features)
#endif
diff --git a/TelepathyQt/file-transfer-channel-creation-properties.h b/TelepathyQt/file-transfer-channel-creation-properties.h
index fb823023..dd33bca5 100644
--- a/TelepathyQt/file-transfer-channel-creation-properties.h
+++ b/TelepathyQt/file-transfer-channel-creation-properties.h
@@ -96,6 +96,6 @@ private:
} // Tp
-Q_DECLARE_METATYPE(Tp::FileTransferChannelCreationProperties);
+Q_DECLARE_METATYPE(Tp::FileTransferChannelCreationProperties)
#endif
diff --git a/TelepathyQt/key-file.h b/TelepathyQt/key-file.h
index 7f811dc9..936fc35c 100644
--- a/TelepathyQt/key-file.h
+++ b/TelepathyQt/key-file.h
@@ -84,7 +84,7 @@ private:
}
-Q_DECLARE_METATYPE(Tp::KeyFile);
+Q_DECLARE_METATYPE(Tp::KeyFile)
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
diff --git a/TelepathyQt/location-info.h b/TelepathyQt/location-info.h
index ae3e38f0..62e4c8a8 100644
--- a/TelepathyQt/location-info.h
+++ b/TelepathyQt/location-info.h
@@ -90,6 +90,6 @@ private:
} // Tp
-Q_DECLARE_METATYPE(Tp::LocationInfo);
+Q_DECLARE_METATYPE(Tp::LocationInfo)
#endif
diff --git a/TelepathyQt/manager-file.h b/TelepathyQt/manager-file.h
index 0b617022..254084a5 100644
--- a/TelepathyQt/manager-file.h
+++ b/TelepathyQt/manager-file.h
@@ -68,7 +68,7 @@ private:
}
-Q_DECLARE_METATYPE(Tp::ManagerFile);
+Q_DECLARE_METATYPE(Tp::ManagerFile)
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
diff --git a/TelepathyQt/message-content-part.h b/TelepathyQt/message-content-part.h
index 4418ef42..031c4f38 100644
--- a/TelepathyQt/message-content-part.h
+++ b/TelepathyQt/message-content-part.h
@@ -90,7 +90,7 @@ public:
} // Tp
-Q_DECLARE_METATYPE(Tp::MessageContentPart);
-Q_DECLARE_METATYPE(Tp::MessageContentPartList);
+Q_DECLARE_METATYPE(Tp::MessageContentPart)
+Q_DECLARE_METATYPE(Tp::MessageContentPartList)
#endif
diff --git a/TelepathyQt/profile.h b/TelepathyQt/profile.h
index 7c448ac2..56ef8c6f 100644
--- a/TelepathyQt/profile.h
+++ b/TelepathyQt/profile.h
@@ -169,7 +169,7 @@ private:
} // Tp
-Q_DECLARE_METATYPE(Tp::Profile::Parameter);
-Q_DECLARE_METATYPE(Tp::Profile::Presence);
+Q_DECLARE_METATYPE(Tp::Profile::Parameter)
+Q_DECLARE_METATYPE(Tp::Profile::Presence)
#endif
diff --git a/TelepathyQt/protocol-info.h b/TelepathyQt/protocol-info.h
index b442a9ba..7ca2a8b1 100644
--- a/TelepathyQt/protocol-info.h
+++ b/TelepathyQt/protocol-info.h
@@ -105,7 +105,7 @@ typedef QList<ProtocolInfo> ProtocolInfoList;
} // Tp
-Q_DECLARE_METATYPE(Tp::ProtocolInfo);
-Q_DECLARE_METATYPE(Tp::ProtocolInfoList);
+Q_DECLARE_METATYPE(Tp::ProtocolInfo)
+Q_DECLARE_METATYPE(Tp::ProtocolInfoList)
#endif
diff --git a/TelepathyQt/referenced-handles.h b/TelepathyQt/referenced-handles.h
index 71dd0e2f..7d27816e 100644
--- a/TelepathyQt/referenced-handles.h
+++ b/TelepathyQt/referenced-handles.h
@@ -259,6 +259,6 @@ typedef QListIterator<uint> ReferencedHandlesIterator;
} // Tp
-Q_DECLARE_METATYPE(Tp::ReferencedHandles);
+Q_DECLARE_METATYPE(Tp::ReferencedHandles)
#endif