mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Use qint64 for times as all QTimer values are qint64 (avoid warnings)
This commit is contained in:
@@ -200,7 +200,7 @@ namespace BlackCore
|
||||
void initDBusServer(const QString &dBusAddress);
|
||||
|
||||
//! post init tasks, load simulator and connecting context signal slots
|
||||
void initPostSetup(QMap<QString, int> ×);
|
||||
void initPostSetup(QMap<QString, qint64> ×);
|
||||
};
|
||||
} // namespace
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user