Home
last modified time | relevance | path

Searched refs:UNITY_ICON_PATH (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/
H A Dcutegram.cpp20 #define UNITY_ICON_PATH(NUM) "/tmp/aseman-telegram-client-trayicon" + QString::number(NUM) + (lowLe… macro
577 QString path = UNITY_ICON_PATH(count); in setSysTrayCounter()
627 QFile::remove(UNITY_ICON_PATH(0)); in init_systray()
628 QFile::copy(SYSTRAY_ICON,UNITY_ICON_PATH(0)); in init_systray()
630 … p->unityTray = new UnitySystemTray( QCoreApplication::applicationName(), UNITY_ICON_PATH(0) ); in init_systray()