mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #432 Doxygen, formatting, added new file types in *.pro
Minor tweaks: * GUI infobar minimum size * toogle lock protected * removed unused function * ASSERT_X * object name
This commit is contained in:
@@ -34,12 +34,10 @@ namespace BlackGui
|
||||
namespace Components
|
||||
{
|
||||
|
||||
/*!
|
||||
* \brief Component, which provides references to runtime objects
|
||||
* \details Access to runtime allows to encapsualate many aspects of data access and makes
|
||||
* the component widely independent from a central data provideer
|
||||
* \sa BlackCore::CRuntime
|
||||
*/
|
||||
//! Component, which provides references to runtime objects
|
||||
//! \details Access to runtime allows to encapsualate many aspects of data access and makes
|
||||
//! the component widely independent from a central data provideer
|
||||
//! \sa BlackCore::CRuntime
|
||||
class BLACKGUI_EXPORT CEnableForRuntime
|
||||
{
|
||||
public:
|
||||
@@ -119,9 +117,6 @@ namespace BlackGui
|
||||
//! \copydoc CRuntime::hasRemoteApplicationContext
|
||||
bool hasRemoteApplicationContext() const { return this->m_runtime->hasRemoteApplicationContext(); }
|
||||
|
||||
//! \copydoc CRuntime::canPingApplicationContext
|
||||
bool canPingApplicationContext() const { return this->m_runtime->canPingApplicationContext(); }
|
||||
|
||||
//! Play a given notification sound
|
||||
void playNotifcationSound(BlackSound::CNotificationSounds::Notification notification) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user