mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #413 Removed one overload of CRange::findBy and one of CSequence::applyIf; they were never used and they caused a circular dependency.
Templatized another overload of applyIf to break a circular dependency.
This commit is contained in:
@@ -14,20 +14,13 @@
|
||||
|
||||
#include "variant.h"
|
||||
#include "valueobject.h"
|
||||
#include "propertyindex.h"
|
||||
#include "propertyindexlist.h"
|
||||
#include "blackmiscexport.h"
|
||||
|
||||
// a) "propertyindex.h" needed for QMap below, despite forward declaration
|
||||
// b) "propertyindexlist.h" here causes circular dependencies
|
||||
|
||||
#include <QVariantMap>
|
||||
#include <QDBusArgument>
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
// forward declaration
|
||||
class CPropertyIndex;
|
||||
class CPropertyIndexList;
|
||||
|
||||
/*!
|
||||
* Specialized value object compliant map for variants,
|
||||
|
||||
Reference in New Issue
Block a user