refs #640, value object orderable interface (same as ITimestampBased ..)

* interface and list
* added Q_DECLARE_INTERFACE
This commit is contained in:
Klaus Basan
2016-04-18 23:24:39 +02:00
parent 5d39c906e4
commit 5f2110b81a
11 changed files with 392 additions and 11 deletions

View File

@@ -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