mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #802 Fixed Clang warnings.
This commit is contained in:
committed by
Klaus Basan
parent
873b508943
commit
5080c47288
@@ -89,7 +89,7 @@ namespace BlackSimPlugin
|
||||
virtual bool isSimulating() const override { return isConnected(); }
|
||||
|
||||
//! Timer event
|
||||
virtual void timerEvent(QTimerEvent *event);
|
||||
virtual void timerEvent(QTimerEvent *event) override;
|
||||
|
||||
private slots:
|
||||
|
||||
|
||||
@@ -395,6 +395,7 @@ namespace BlackSimPlugin
|
||||
else
|
||||
{
|
||||
Q_UNREACHABLE();
|
||||
return QDBusConnection("NO CONNECTION");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user