mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Clean up rsiface folder, moved RemoteDirModel to gui folder.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1515 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4e8294444b
commit
a2e9054cac
@ -103,7 +103,6 @@ HEADERS += rshare.h \
|
||||
rsiface/rsiface.h \
|
||||
rsiface/rstypes.h \
|
||||
rsiface/notifyqt.h \
|
||||
rsiface/RemoteDirModel.h \
|
||||
control/bandwidthevent.h \
|
||||
control/eventtype.h \
|
||||
gui/DLListDelegate.h \
|
||||
@ -133,6 +132,7 @@ HEADERS += rshare.h \
|
||||
gui/TrustView.h \
|
||||
gui/MessengerWindow.h \
|
||||
gui/PeersDialog.h \
|
||||
gui/RemoteDirModel.h \
|
||||
gui/RetroShareLinkAnalyzer.h \
|
||||
gui/SearchTreeWidget.h \
|
||||
gui/SearchDialog.h \
|
||||
@ -325,7 +325,6 @@ FORMS += gui/BlogDialog.ui \
|
||||
SOURCES += main.cpp \
|
||||
rshare.cpp \
|
||||
rsiface/notifyqt.cpp \
|
||||
rsiface/RemoteDirModel.cpp \
|
||||
gui/DLListDelegate.cpp \
|
||||
gui/ULListDelegate.cpp \
|
||||
gui/StartDialog.cpp \
|
||||
@ -351,6 +350,7 @@ SOURCES += main.cpp \
|
||||
gui/TrustView.cpp \
|
||||
gui/MessengerWindow.cpp \
|
||||
gui/PeersDialog.cpp \
|
||||
gui/RemoteDirModel.cpp \
|
||||
gui/RetroShareLinkAnalyzer.cpp \
|
||||
gui/SearchTreeWidget.cpp \
|
||||
gui/SearchDialog.cpp \
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <set>
|
||||
|
||||
#include "RemoteDirModel.h"
|
||||
#include "rsfiles.h"
|
||||
#include "rsiface/rsfiles.h"
|
||||
|
||||
#include <QtGui>
|
||||
#include <QIcon>
|
Loading…
Reference in New Issue
Block a user