mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Renamed function to hasSuccesfullyConnectedSwiftDb()
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1aa8cfb1e8
commit
52caf795d1
@@ -398,8 +398,8 @@ namespace BlackCore
|
||||
//! For all available readers the log info is generated
|
||||
QString getReadersLog(const QString separator = "\n") const;
|
||||
|
||||
//! Has already connect swift DB?
|
||||
bool hasConnectedSwiftDb() const;
|
||||
//! Has already successfully connect swift DB?
|
||||
bool hasSuccesfullyConnectedSwiftDb() const;
|
||||
|
||||
//! Reset the flags what was already signaled
|
||||
void resetSignalFlags();
|
||||
|
||||
Reference in New Issue
Block a user