telepathy-qt: Tools/qt-types-gen: Removed unneeded inline keyword.

Alexandr Akulich kaffeine at kemper.freedesktop.org
Sun Jun 12 11:22:29 UTC 2016


Module: telepathy-qt
Branch: master
Commit: ed44e193c67dc2c60564ee6f68f3aee9a4a42a18
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=ed44e193c67dc2c60564ee6f68f3aee9a4a42a18

Author: Alexandr Akulich <akulichalexander at gmail.com>
Date:   Wed May 18 12:33:11 2016 +0500

Tools/qt-types-gen: Removed unneeded inline keyword.

---

 tools/qt-types-gen.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/qt-types-gen.py b/tools/qt-types-gen.py
index 119cf9c..b87c365 100644
--- a/tools/qt-types-gen.py
+++ b/tools/qt-types-gen.py
@@ -525,10 +525,10 @@ typedef QList<%s> %sList;
         return """\
 struct %(visibility)s %(fake)s : public %(real)s
 {
-    inline %(fake)s() : %(real)s() {}
-    inline %(fake)s(const %(real)s& a) : %(real)s(a) {}
+    %(fake)s() : %(real)s() {}
+    %(fake)s(const %(real)s& a) : %(real)s(a) {}
 
-    inline %(fake)s& operator=(const %(real)s& a)
+    %(fake)s& operator=(const %(real)s& a)
     {
         *(static_cast<%(real)s*>(this)) = a;
         return *this;



More information about the telepathy-commits mailing list