[OpenDocString] kdeconnect-kde (cpp)
indicatorhelper.cpp
IndicatorHelper::IndicatorHelper()
{
}
This implements the indicator helper class.
IndicatorHelper::~IndicatorHelper()
{
}
This implements the indicator helper class.
void IndicatorHelper::preInit()
{
}
This code is executed before the object is initialized. It is called before any other code that uses the IndicatorHelper class to initialize the Indicator helper.
void IndicatorHelper::postInit()
{
}
This code is executed after the init sequence of the Indicator helper object is initialized.
void IndicatorHelper::iconPathHook()
{
}
This implements the icon path hook.
int IndicatorHelper::daemonHook(QProcess &kdeconnectd)
{
    Q_UNUSED(kdeconnectd);

    return 0;
}
This implements a daemon hook for a QProcess object. It returns 0 on success.