]> Git trees. - libqmvoc.git/commitdiff
pedantic--
authorDirk Mueller <mueller@kde.org>
Tue, 27 Mar 2007 12:30:36 +0000 (12:30 +0000)
committerDirk Mueller <mueller@kde.org>
Tue, 27 Mar 2007 12:30:36 +0000 (12:30 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=647117

extdate/extdatepicker.h
extdate/extdatetime.h
kdeeducore/keduvoccsvreader.h
kdeeducore/keduvockvtmlreader.h
kdeeducore/keduvocpaukerreader.h
kdeeducore/keduvocvokabelnreader.h
kdeeducore/keduvocwqlreader.h
kdeeducore/keduvocxdxfreader.h
kdeeduui/kdeeduglossary.h
libscience/spectrum.h

index eb8b4cf0d110dd439c7e73475ca2ecf0f1f2dc46..ce6ed47454b5e0eeb1ced5b454d9935b4341d49b 100644 (file)
@@ -104,7 +104,7 @@ public:
    * @returns the ExtDateTable widget child of this ExtDatePicker
    * widget.
    */
-  ExtDateTable *dateTable() const { return table; };
+  ExtDateTable *dateTable() const { return table; }
 
   /**
    * Sets the font size of the widgets elements.
index cebabdb20ea43fc7c9e54fd2afe61edf7867f7c3..bf37cfc7b77a277a8bec43c2485a690852e4159b 100644 (file)
@@ -307,31 +307,31 @@ class EXTDATE_EXPORT ExtDate
        /**
                *@return true if the two ExtDates are equal
                */
-       bool operator==( const ExtDate &d ) const { return m_jd == d.jd(); };
+       bool operator==( const ExtDate &d ) const { return m_jd == d.jd(); }
        /**
                *@return true if the two ExtDates are not equal
                */
-       bool operator!=( const ExtDate &d ) const { return m_jd != d.jd(); };
+       bool operator!=( const ExtDate &d ) const { return m_jd != d.jd(); }
        /**
                *@return true if the left-hand ExtDate is earlier than the 
                *right-hand ExtDate
                */
-       bool operator<( const ExtDate &d )  const { return m_jd  < d.jd(); };
+       bool operator<( const ExtDate &d )  const { return m_jd  < d.jd(); }
        /**
                *@return true if the left-hand ExtDate is earlier than or equal to the 
                *right-hand ExtDate
                */
-       bool operator<=( const ExtDate &d ) const { return m_jd <= d.jd(); };
+       bool operator<=( const ExtDate &d ) const { return m_jd <= d.jd(); }
        /**
                *@return true if the left-hand ExtDate is later than the 
                *right-hand ExtDate
                */
-       bool operator>( const ExtDate &d )  const { return m_jd  > d.jd(); };
+       bool operator>( const ExtDate &d )  const { return m_jd  > d.jd(); }
        /**
                *@return true if the left-hand ExtDate is later than or equal to the 
                *right-hand ExtDate
                */
-       bool operator>=( const ExtDate &d ) const { return m_jd >= d.jd(); };
+       bool operator>=( const ExtDate &d ) const { return m_jd >= d.jd(); }
        
        /**
                *@return an ExtDate representing the current date, according to the 
index 2c933e61f762c189256b1309e93857ef1618f551..18e70fc2071402c222bcd50167786a5fb4466aeb 100644 (file)
@@ -27,7 +27,7 @@ public:
 
   bool readDoc(KEduVocDocument *doc);
 
-  QString errorMessage() const {return m_errorMessage;};
+  QString errorMessage() const {return m_errorMessage;}
 
 private:
   QIODevice *m_inputFile;
index 46e6b30044af522116fde5866f7c03360c09e90e..59041d79679d688c466f023e9ccbba53f808a480 100644 (file)
@@ -108,7 +108,7 @@ public:
   bool readExpression(QDomElement &domElementParent);
   bool readBody(QDomElement &domElementParent);
 
-  QString errorMessage() const {return m_errorMessage;};
+  QString errorMessage() const {return m_errorMessage;}
 
 private:
   QIODevice *m_inputFile;
index 6f1e5b8c79121aa8ee41f8ff65c01927988afa46..1b2b5c7cea937fe2c6ca703b7235647af2841945 100644 (file)
@@ -29,7 +29,7 @@ public:
 
   bool readDoc(KEduVocDocument *doc);
 
-  QString errorMessage() const {return m_errorMessage;};
+  QString errorMessage() const {return m_errorMessage;}
 
 private:
   QString cardText(const QDomNode &entry, const QString &tagName) const;
index cdb687343b5378fd5bacef56aae72630e95ade09..5a1da78f7cad377485a8d42812baccb38c96ee2f 100644 (file)
@@ -28,7 +28,7 @@ public:
 
   bool readDoc(KEduVocDocument *doc);
 
-  QString errorMessage() const {return m_errorMessage;};
+  QString errorMessage() const {return m_errorMessage;}
 
 private:
   QIODevice *m_inputFile;
index a5c19c3c58ef0761e529a30439b2fb1961b52f39..2ab18889ac445820693254e0b09221780e00286a 100644 (file)
@@ -28,7 +28,7 @@ public:
 
   bool readDoc(KEduVocDocument *doc);
 
-  QString errorMessage() const {return m_errorMessage;};
+  QString errorMessage() const {return m_errorMessage;}
 
 private:
   QIODevice *m_inputFile;
index 8ce45dd399277ad8e4f876afdec804474a3d5830..21c6a119baa30b00b4f9ed62db45405c086389b2 100644 (file)
@@ -29,7 +29,7 @@ public:
 
   bool readDoc(KEduVocDocument *doc);
 
-  QString errorMessage() const {return m_errorMessage;};
+  QString errorMessage() const {return m_errorMessage;}
 
 private:
   QIODevice *m_inputFile;
index 2cf009e3781d17442b26ad8305b3d4fc906c4a6d..238a23fa18497f87eba641b87a25480cacb1f973 100644 (file)
@@ -170,8 +170,8 @@ class KDEEDUUI_EXPORT Glossary
 class KDEEDUUI_EXPORT GlossaryItem
 {
        public:
-               GlossaryItem(){};
-               ~GlossaryItem(){};
+               GlossaryItem(){}
+               ~GlossaryItem(){}
 
                void setName( const QString& s ){
                        m_name = s;
index 7689064564a3ae5135e00d8aa3bdcacbe757a92d..9832b4b42e17852b38d7755aa98687517fbe6c63 100644 (file)
@@ -38,7 +38,7 @@ class SCIENCE_EXPORT Spectrum
                /**
                 * This spectrum doesn't belong to any element
                 */
-               Spectrum(){};
+               Spectrum(){}
                
                /**
                 * public destructor