summaryrefslogtreecommitdiffstats
path: root/src/mimetypes/qmimemagicrulematcher_p.h
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2012-01-30 20:14:50 +0100
committerWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2012-01-30 20:24:57 +0100
commit17b5dd76fa279350f9f97ce280a782b601e41f8d (patch)
treefb0c1e820e6c0c7f8244e89e9e882e2788f17f4e /src/mimetypes/qmimemagicrulematcher_p.h
parent93c8b92057fc05e8bfa790e0be4df0c7bd5a3dc9 (diff)
QMime: Remove the remaining commented out code.
Change-Id: I50d843f5da0a3becfd85462877c148fbf16ee58a Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
Diffstat (limited to 'src/mimetypes/qmimemagicrulematcher_p.h')
-rw-r--r--src/mimetypes/qmimemagicrulematcher_p.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mimetypes/qmimemagicrulematcher_p.h b/src/mimetypes/qmimemagicrulematcher_p.h
index f52849f..a706210 100644
--- a/src/mimetypes/qmimemagicrulematcher_p.h
+++ b/src/mimetypes/qmimemagicrulematcher_p.h
@@ -18,8 +18,8 @@
**
**************************************************************************/
-#ifndef MAGICMATCHER_H
-#define MAGICMATCHER_H
+#ifndef QMIMEMAGICRULEMATCHER_P_H
+#define QMIMEMAGICRULEMATCHER_P_H
#include "qmime_global.h"
@@ -47,9 +47,6 @@ public:
bool matches(const QByteArray &data) const;
unsigned priority() const;
-#if 0
- void setPriority(unsigned priority);
-#endif
QString mimetype() const { return m_mimetype; }
@@ -61,4 +58,4 @@ private:
QT_END_NAMESPACE
-#endif // MAGICMATCHER_H
+#endif // QMIMEMAGICRULEMATCHER_P_H