mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #584 Moved hash related stuff to dictionary.h
This also means moving Mixin::Icon from CContainerBase one step down the inheritance hierarchy to resolve what would otherwise have been a circular include dependency.
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#include "json.h"
|
||||
#include "variant.h"
|
||||
#include "dbus.h"
|
||||
#include "icon.h"
|
||||
#include <algorithm>
|
||||
#include <QStringList>
|
||||
|
||||
@@ -56,8 +55,7 @@ namespace BlackMisc
|
||||
public Mixin::MetaType<C<T>>,
|
||||
public Mixin::DBusOperators<C<T>>,
|
||||
public Mixin::JsonOperators<C<T>>,
|
||||
public Mixin::String<C<T>>,
|
||||
public Mixin::Icon<C<T>>
|
||||
public Mixin::String<C<T>>
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user