mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Issue #77 Remove unused code
This commit is contained in:
@@ -495,11 +495,6 @@ namespace BlackCore
|
|||||||
return m_webDataServices.data();
|
return m_webDataServices.data();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CApplication::isApplicationThread() const
|
|
||||||
{
|
|
||||||
return CThreadUtils::isCurrentThreadApplicationThread();
|
|
||||||
}
|
|
||||||
|
|
||||||
const QString &CApplication::versionStringDetailed() const
|
const QString &CApplication::versionStringDetailed() const
|
||||||
{
|
{
|
||||||
if (this->isDeveloperFlagSet() && CBuildConfig::isLocalDeveloperDebugBuild())
|
if (this->isDeveloperFlagSet() && CBuildConfig::isLocalDeveloperDebugBuild())
|
||||||
|
|||||||
@@ -180,9 +180,6 @@ namespace BlackCore
|
|||||||
//! \threadsafe
|
//! \threadsafe
|
||||||
BlackMisc::Db::CDistribution getOwnDistribution() const;
|
BlackMisc::Db::CDistribution getOwnDistribution() const;
|
||||||
|
|
||||||
//! Currently running in application thread?
|
|
||||||
bool isApplicationThread() const;
|
|
||||||
|
|
||||||
//! String with beta, dev. and version
|
//! String with beta, dev. and version
|
||||||
const QString &versionStringDetailed() const;
|
const QString &versionStringDetailed() const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user