mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Fixed MinGW error by moving method implementation of class template into cpp file.
This commit is contained in:
committed by
Klaus Basan
parent
df563d5b29
commit
42aa521289
@@ -147,7 +147,7 @@ namespace BlackMisc
|
||||
void addMsecs(qint64 msToAdd);
|
||||
|
||||
//! Set the hint
|
||||
void setSortHint(HintTimestampSort hint) { m_tsSortHint = hint; }
|
||||
void setSortHint(HintTimestampSort hint);
|
||||
|
||||
//! Difference of timestamp values
|
||||
//! \cond timestamp list has to be sorted to get meaningful values
|
||||
|
||||
Reference in New Issue
Block a user