mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #640, value object orderable interface (same as ITimestampBased ..)
* interface and list * added Q_DECLARE_INTERFACE
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
//! Entity with timestamp
|
||||
class BLACKMISC_EXPORT ITimestampBased
|
||||
{
|
||||
@@ -116,7 +115,8 @@ namespace BlackMisc
|
||||
|
||||
qint64 m_timestampMSecsSinceEpoch; //!< timestamp value
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Q_DECLARE_INTERFACE(BlackMisc::ITimestampBased, "org.swift-project.blackmisc.itimestampbased")
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user