mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
refs #403 add BlackMisc shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKMISC_TIMESTAMPBASED_H
|
||||
#define BLACKMISC_TIMESTAMPBASED_H
|
||||
|
||||
#include "blackmiscexport.h"
|
||||
#include "propertyindex.h"
|
||||
#include <QDateTime>
|
||||
|
||||
@@ -19,7 +20,7 @@ namespace BlackMisc
|
||||
{
|
||||
|
||||
//! Entity with timestamp
|
||||
class ITimestampBased
|
||||
class BLACKMISC_EXPORT ITimestampBased
|
||||
{
|
||||
public:
|
||||
//! Properties by index
|
||||
|
||||
Reference in New Issue
Block a user