1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Forward declare structs as structs

This commit is contained in:
Dominik Schmidt 2013-01-16 19:03:14 +01:00
parent a80803769d
commit 7d94df120f
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ namespace Tomahawk {
namespace Accounts {
class AccountModelNode;
struct AccountModelNode;
class DLLEXPORT AccountModel : public QAbstractListModel
{

View File

@ -26,7 +26,7 @@
#include <QWaitCondition>
#include <QMutex>
class QueueItem;
struct QueueItem;
class Database;
class DatabaseImpl;