refs #648, refs #640 review of MS

https://dev.vatsim-germany.org/issues/648#note-5
This commit is contained in:
Klaus Basan
2016-05-07 20:10:43 +02:00
parent 89346e4661
commit 4b11eb3f83
6 changed files with 4 additions and 14 deletions

View File

@@ -17,7 +17,7 @@
namespace BlackMisc
{
//! Entity with timestamp
//! Entity with order attribute (can be manually ordered in views)
class BLACKMISC_EXPORT IOrderable
{
public:
@@ -63,6 +63,4 @@ namespace BlackMisc
};
} // namespace
Q_DECLARE_INTERFACE(BlackMisc::IOrderable, "org.swift-project.blackmisc.iorderable")
#endif // guard