summaryrefslogtreecommitdiffstats
path: root/tools/linguist/shared/translatormessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linguist/shared/translatormessage.h')
-rw-r--r--tools/linguist/shared/translatormessage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/linguist/shared/translatormessage.h b/tools/linguist/shared/translatormessage.h
index 675bba7345..fb3cc4b4e7 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; }