mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Rename CApplication member function to be better readable
The combination of the method's name 'signalStartupAutomatically' and the default argument, I completely misunderstood the purpose of the method in case the argument was skipped. 'a.signalStartupAutomatically()' actually disabled automatic signaling.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
fcac3b8137
commit
3603bbabe2
@@ -168,7 +168,7 @@ namespace BlackCore
|
||||
bool isRunningInDeveloperEnvironment() const { return this->m_devEnv; }
|
||||
|
||||
//! Signal startup automatically or individually
|
||||
void signalStartupAutomatically(bool signal = false);
|
||||
void setSignalStartupAutomatically(bool enabled);
|
||||
|
||||
//! Info string
|
||||
QString getEnvironmentInfoString(const QString &separator) const;
|
||||
|
||||
Reference in New Issue
Block a user