summaryrefslogtreecommitdiffstats
path: root/storemodel.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-24 01:19:28 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-24 01:19:28 +0100
commit703840e9273af99698c909257efd4e93d3d72a15 (patch)
tree9271afd9b0197baaa52da180b2fcdc88e1029783 /storemodel.h
parentc34054da00a7151c7d35cabdd3228b1a982d4bee (diff)
Even more linting and one more tiny opti
Diffstat (limited to 'storemodel.h')
-rw-r--r--storemodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storemodel.h b/storemodel.h
index 7b3bc0a3..c489c0e8 100644
--- a/storemodel.h
+++ b/storemodel.h
@@ -1,5 +1,5 @@
-#ifndef STOREMODEL_H
-#define STOREMODEL_H
+#ifndef STOREMODEL_H_
+#define STOREMODEL_H_
#include <QSortFilterProxyModel>
#include <QFileSystemModel>