* @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.
/**
*@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
bool readDoc(KEduVocDocument *doc);
- QString errorMessage() const {return m_errorMessage;};
+ QString errorMessage() const {return m_errorMessage;}
private:
QIODevice *m_inputFile;
bool readExpression(QDomElement &domElementParent);
bool readBody(QDomElement &domElementParent);
- QString errorMessage() const {return m_errorMessage;};
+ QString errorMessage() const {return m_errorMessage;}
private:
QIODevice *m_inputFile;
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;
bool readDoc(KEduVocDocument *doc);
- QString errorMessage() const {return m_errorMessage;};
+ QString errorMessage() const {return m_errorMessage;}
private:
QIODevice *m_inputFile;
bool readDoc(KEduVocDocument *doc);
- QString errorMessage() const {return m_errorMessage;};
+ QString errorMessage() const {return m_errorMessage;}
private:
QIODevice *m_inputFile;
bool readDoc(KEduVocDocument *doc);
- QString errorMessage() const {return m_errorMessage;};
+ QString errorMessage() const {return m_errorMessage;}
private:
QIODevice *m_inputFile;
class KDEEDUUI_EXPORT GlossaryItem
{
public:
- GlossaryItem(){};
- ~GlossaryItem(){};
+ GlossaryItem(){}
+ ~GlossaryItem(){}
void setName( const QString& s ){
m_name = s;
/**
* This spectrum doesn't belong to any element
*/
- Spectrum(){};
+ Spectrum(){}
/**
* public destructor