summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-03-11 01:19:29 +0100
committertg(x) <*@tg-x.net>2016-03-11 01:19:29 +0100
commit9263e378512cf8586611eaf178213ec76715c22f (patch)
tree148b235279fbbe80fd2886fcac3e63e6368e1ace
parent9f6335f6360473c85330b9cd22deb5fc1d7697b5 (diff)
downloadsecushare-9263e378512cf8586611eaf178213ec76715c22f.tar.gz
secushare-9263e378512cf8586611eaf178213ec76715c22f.zip
mv nym
-rw-r--r--secushare.pro8
-rw-r--r--src/model/EgoListModel.h2
-rw-r--r--src/social/ego.cpp (renamed from src/nym/ego.cpp)0
-rw-r--r--src/social/ego.h (renamed from src/nym/ego.h)0
-rw-r--r--src/social/nym.cpp (renamed from src/nym/nym.cpp)0
-rw-r--r--src/social/nym.h (renamed from src/nym/nym.h)0
-rw-r--r--src/social/socialapp.cpp3
-rw-r--r--src/social/socialapp.h2
-rw-r--r--src/util/qrimageprovider.h2
9 files changed, 7 insertions, 10 deletions
diff --git a/secushare.pro b/secushare.pro
index 3dbcb40..de1d872 100644
--- a/secushare.pro
+++ b/secushare.pro
@@ -25,10 +25,10 @@ SOURCES += src/main.cpp \
25 src/model/EgoListModel.cpp \ 25 src/model/EgoListModel.cpp \
26 src/model/PlaceListModel.cpp \ 26 src/model/PlaceListModel.cpp \
27 src/model/ThreadModel.cpp \ 27 src/model/ThreadModel.cpp \
28 src/nym/nym.cpp \
29 src/nym/ego.cpp \
30 src/gnunet/gnunet.cpp \ 28 src/gnunet/gnunet.cpp \
31 src/social/socialapp.cpp \ 29 src/social/socialapp.cpp \
30 src/social/nym.cpp \
31 src/social/ego.cpp \
32 src/social/modifier.cpp \ 32 src/social/modifier.cpp \
33 src/social/message.cpp \ 33 src/social/message.cpp \
34 src/social/place.cpp \ 34 src/social/place.cpp \
@@ -54,9 +54,9 @@ HEADERS += \
54 src/model/EgoListModel.h \ 54 src/model/EgoListModel.h \
55 src/model/PlaceListModel.h \ 55 src/model/PlaceListModel.h \
56 src/model/ThreadModel.h \ 56 src/model/ThreadModel.h \
57 src/nym/nym.h \
58 src/nym/ego.h \
59 src/social/socialapp.h \ 57 src/social/socialapp.h \
58 src/social/nym.h \
59 src/social/ego.h \
60 src/social/modifier.h \ 60 src/social/modifier.h \
61 src/social/message.h \ 61 src/social/message.h \
62 src/social/place.h \ 62 src/social/place.h \
diff --git a/src/model/EgoListModel.h b/src/model/EgoListModel.h
index dbc4147..c75aa07 100644
--- a/src/model/EgoListModel.h
+++ b/src/model/EgoListModel.h
@@ -24,7 +24,7 @@
24#include <QAbstractTableModel> 24#include <QAbstractTableModel>
25#include <QTimer> 25#include <QTimer>
26 26
27#include "nym/ego.h" 27#include "social/ego.h"
28#include "gnunet.h" 28#include "gnunet.h"
29 29
30 30
diff --git a/src/nym/ego.cpp b/src/social/ego.cpp
index 410bab8..410bab8 100644
--- a/src/nym/ego.cpp
+++ b/src/social/ego.cpp
diff --git a/src/nym/ego.h b/src/social/ego.h
index fbf6370..fbf6370 100644
--- a/src/nym/ego.h
+++ b/src/social/ego.h
diff --git a/src/nym/nym.cpp b/src/social/nym.cpp
index 007b26c..007b26c 100644
--- a/src/nym/nym.cpp
+++ b/src/social/nym.cpp
diff --git a/src/nym/nym.h b/src/social/nym.h
index d961c69..d961c69 100644
--- a/src/nym/nym.h
+++ b/src/social/nym.h
diff --git a/src/social/socialapp.cpp b/src/social/socialapp.cpp
index b6f5d7c..027f650 100644
--- a/src/social/socialapp.cpp
+++ b/src/social/socialapp.cpp
@@ -1,9 +1,6 @@
1#include "social/socialapp.h" 1#include "social/socialapp.h"
2#include "app.h" 2#include "app.h"
3 3
4#include "nym/ego.h"
5#include "model/models.h"
6
7#include "social/host.h" 4#include "social/host.h"
8#include "social/guest.h" 5#include "social/guest.h"
9 6
diff --git a/src/social/socialapp.h b/src/social/socialapp.h
index 4aaa2c3..0800b14 100644
--- a/src/social/socialapp.h
+++ b/src/social/socialapp.h
@@ -4,7 +4,7 @@
4#include <QObject> 4#include <QObject>
5#include <QDebug> 5#include <QDebug>
6 6
7#include "nym/ego.h" 7#include "social/ego.h"
8#include "social/place.h" 8#include "social/place.h"
9#include "gnunet.h" 9#include "gnunet.h"
10 10
diff --git a/src/util/qrimageprovider.h b/src/util/qrimageprovider.h
index 163de31..10ffdc4 100644
--- a/src/util/qrimageprovider.h
+++ b/src/util/qrimageprovider.h
@@ -2,7 +2,7 @@
2#define QRIMAGEPROVIDER_H 2#define QRIMAGEPROVIDER_H
3 3
4#include <QQuickImageProvider> 4#include <QQuickImageProvider>
5#include "nym/nym.h" 5#include "social/nym.h"
6 6
7 7
8class QrImageProvider : public QQuickImageProvider 8class QrImageProvider : public QQuickImageProvider