diff options
Diffstat (limited to 'tools/linguist/shared/translatormessage.h')
-rw-r--r-- | tools/linguist/shared/translatormessage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/linguist/shared/translatormessage.h b/tools/linguist/shared/translatormessage.h index 675bba7..fb3cc4b 100644 --- a/tools/linguist/shared/translatormessage.h +++ b/tools/linguist/shared/translatormessage.h @@ -110,7 +110,6 @@ public: } bool operator==(const TranslatorMessage& m) const; - bool operator<(const TranslatorMessage& m) const; QString fileName() const { return m_fileName; } void setFileName(const QString &fileName) { m_fileName = fileName; } |