Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-11-10 00:34:07 +0300
committerDaniel Molkentin <danimo@owncloud.com>2014-11-10 00:34:07 +0300
commitae85aa33fd7b4ec57e65dad7628466f9d8fe7fa3 (patch)
treef445070792ee2903a8bb2c2fcbf7f70a7a103b35 /src/gui/folderstatusmodel.h
parentf2eadacf09482e165d998cc51f119e70cdcb8715 (diff)
Adjust namespaces
Diffstat (limited to 'src/gui/folderstatusmodel.h')
-rw-r--r--src/gui/folderstatusmodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/folderstatusmodel.h b/src/gui/folderstatusmodel.h
index 4cd36a9b0..b1cbf2b90 100644
--- a/src/gui/folderstatusmodel.h
+++ b/src/gui/folderstatusmodel.h
@@ -18,7 +18,7 @@
#include <QStyledItemDelegate>
#include <QStandardItemModel>
-namespace Mirall {
+namespace OCC {
class FolderStatusModel : public QStandardItemModel
{
@@ -59,6 +59,6 @@ class FolderStatusDelegate : public QStyledItemDelegate
const QModelIndex& index ) Q_DECL_OVERRIDE;
};
-} // namespace Mirall
+} // namespace OCC
#endif // FOLDERSTATUSMODEL_H