mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
Issue #77 Move mixin classes to separate files
By separating them from unrelated code, their dependents can use them without depending on unrelated code, which in turn helps to reduce cyclic dependencies.
This commit is contained in:
@@ -11,12 +11,10 @@
|
||||
#ifndef BLACKMISC_COMPAREFUNCTIONS_H
|
||||
#define BLACKMISC_COMPAREFUNCTIONS_H
|
||||
|
||||
#include <QFlags>
|
||||
#include <QDateTime>
|
||||
#include <type_traits>
|
||||
|
||||
template<typename Enum>
|
||||
class QFlags;
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Compare
|
||||
|
||||
Reference in New Issue
Block a user