summaryrefslogtreecommitdiffstats
path: root/src/mimetypes/qmimemagicrulematcher_p.h
diff options
context:
space:
mode:
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