refactor(core): rename corestructs to toxfile.cpp

It only contains this struct now.
reviewable/pr4770/r15
sudden6 2017-10-27 14:02:43 +02:00
parent cac25b4477
commit 1dce8f6468
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
17 changed files with 17 additions and 17 deletions

View File

@ -231,8 +231,6 @@ set(${PROJECT_NAME}_SOURCES
src/core/corefile.cpp
src/core/corefile.h
src/core/core.h
src/core/corestructs.cpp
src/core/corestructs.h
src/core/dhtserver.cpp
src/core/dhtserver.h
src/core/icoresettings.h
@ -242,6 +240,8 @@ set(${PROJECT_NAME}_SOURCES
src/core/toxcall.h
src/core/toxencrypt.cpp
src/core/toxencrypt.h
src/core/toxfile.cpp
src/core/toxfile.h
src/core/toxid.cpp
src/core/toxid.h
src/core/toxpk.cpp

View File

@ -21,7 +21,7 @@
#define CHATMESSAGE_H
#include "chatline.h"
#include "src/core/corestructs.h"
#include "src/core/toxfile.h"
#include <QDateTime>
class QGraphicsScene;

View File

@ -24,7 +24,7 @@
#include <QWidget>
#include "src/chatlog/chatlinecontent.h"
#include "src/core/corestructs.h"
#include "src/core/toxfile.h"
namespace Ui {

View File

@ -21,7 +21,7 @@
#ifndef CORE_HPP
#define CORE_HPP
#include "corestructs.h"
#include "toxfile.h"
#include "toxid.h"
#include <tox/tox.h>

View File

@ -20,7 +20,7 @@
#include "core.h"
#include "corefile.h"
#include "corestructs.h"
#include "toxfile.h"
#include "src/persistence/profile.h"
#include "src/persistence/settings.h"
#include <QDebug>

View File

@ -26,7 +26,7 @@
#include <memory>
#include <tox/tox.h>
#include "corestructs.h"
#include "toxfile.h"
#include <QHash>
#include <QMutex>

View File

@ -1,4 +1,4 @@
#include "src/core/corestructs.h"
#include "src/core/toxfile.h"
#include "src/core/core.h"
#include <QFile>
#include <QRegularExpression>

View File

@ -21,8 +21,8 @@
#define FRIEND_H
#include "contact.h"
#include "src/core/core.h"
#include "src/core/toxid.h"
#include "src/core/corestructs.h"
#include <QObject>
#include <QString>

View File

@ -20,7 +20,7 @@
#include "settings.h"
#include "src/core/core.h"
#include "src/core/corestructs.h"
#include "src/core/corefile.h"
#include "src/nexus.h"
#include "src/persistence/profile.h"
#include "src/persistence/profilelocker.h"

View File

@ -21,9 +21,9 @@
#ifndef SETTINGS_HPP
#define SETTINGS_HPP
#include "src/core/corestructs.h"
#include "src/core/icoresettings.h"
#include "src/core/toxencrypt.h"
#include "src/core/toxfile.h"
#include <QDate>
#include <QFlags>

View File

@ -21,7 +21,7 @@
#define CATEGORYWIDGET_H
#include "genericchatitemwidget.h"
#include "src/core/corestructs.h"
#include "src/core/core.h"
class FriendListLayout;
class FriendListWidget;

View File

@ -22,7 +22,6 @@
#include <tuple>
#include "src/core/corestructs.h"
#include "src/widget/genericchatitemlayout.h"
#include "src/widget/tool/activatedialog.h"

View File

@ -26,7 +26,7 @@
#include <QTimer>
#include "genericchatform.h"
#include "src/core/corestructs.h"
#include "src/core/core.h"
#include "src/persistence/history.h"
#include "src/widget/tool/screenshotgrabber.h"

View File

@ -16,7 +16,7 @@
#define FRIENDLISTLAYOUT_H
#include "genericchatitemlayout.h"
#include "src/core/corestructs.h"
#include "src/core/core.h"
#include <QBoxLayout>
class FriendWidget;

View File

@ -21,7 +21,7 @@
#define FRIENDLISTWIDGET_H
#include "genericchatitemlayout.h"
#include "src/core/corestructs.h"
#include "src/core/core.h"
#include <QWidget>
class QVBoxLayout;

View File

@ -29,7 +29,8 @@
#include "genericchatitemwidget.h"
#include "src/core/corestructs.h"
#include "src/core/core.h"
#include "src/core/toxfile.h"
#include "src/core/toxid.h"
#define PIXELS_TO_ACT 7