1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 06:18:17 +01:00

Move things around to a more logical layout

This commit is contained in:
Jeff Mitchell 2014-04-04 11:14:59 -04:00
parent e9ff0845ca
commit ebc8ea6c99
13 changed files with 48 additions and 8 deletions

View File

@ -37,13 +37,12 @@ tomahawk_add_plugin(hatchet
TYPE account
EXPORT_MACRO ACCOUNTDLLEXPORT_PRO
SOURCES
HatchetHelpers.cpp
utils/HatchetHelpers.cpp
account/HatchetAccount.cpp
account/HatchetAccountConfig.cpp
sip/WebSocket.cpp
sip/WebSocketThreadController.cpp
utils/WebSocket.cpp
utils/WebSocketThreadController.cpp
sip/HatchetSip.cpp
#sip/HatchetCredentialFetcher.cpp
UI
account/HatchetAccountConfig.ui
LINK_LIBRARIES

View File

@ -18,7 +18,6 @@
#include "HatchetAccount.h"
#include "HatchetHelpers.h"
#include "HatchetAccountConfig.h"
#include "sip/HatchetSip.h"
#include "utils/Closure.h"

View File

@ -20,7 +20,7 @@
#define HATCHET_ACCOUNT_H
#include "TomahawkPlugin.h"
#include "HatchetHelpers.h"
#include "utils/HatchetHelpers.h"
#include <accounts/Account.h>
#include <accounts/AccountDllMacro.h>

View File

@ -0,0 +1,18 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
*
* Copyright 2014, Jeff Mitchell <jeff@tomahawk-player.org>
*
* Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Tomahawk is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/

View File

@ -0,0 +1,25 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
*
* Copyright 2014, Jeff Mitchell <jeff@tomahawk-player.org>
*
* Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Tomahawk is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef KIVA_HANDLER_H
#define KIVA_HANDLER_H
class KivaHandler : public QObject {
};
#endif

View File

@ -19,8 +19,7 @@
#include "HatchetSip.h"
#include "account/HatchetAccount.h"
#include "WebSocketThreadController.h"
//#include "WebSocket.h"
#include "utils/WebSocketThreadController.h"
#include <database/Database.h>
#include <database/DatabaseImpl.h>