[PC-BSD Commits] r15612 - pcbsd/current/src-qt4/pc-bluetoothtray
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 28 06:47:22 PST 2012
Author: kenmoore
Date: 2012-02-28 14:47:22 +0000 (Tue, 28 Feb 2012)
New Revision: 15612
Modified:
pcbsd/current/src-qt4/pc-bluetoothtray/btTray.cpp
Log:
Set the bluetooth Tray to open the bluetooth Manager if left-clicked
Modified: pcbsd/current/src-qt4/pc-bluetoothtray/btTray.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-bluetoothtray/btTray.cpp 2012-02-28 14:32:53 UTC (rev 15611)
+++ pcbsd/current/src-qt4/pc-bluetoothtray/btTray.cpp 2012-02-28 14:47:22 UTC (rev 15612)
@@ -29,7 +29,7 @@
trayIcon = new QSystemTrayIcon(this);
// Connect our double-click slot and message clicked slot
- //connect(trayIcon, SIGNAL(activated(QSystemTrayIcon::ActivationReason)), this, SLOT(slotTrayActivated(QSystemTrayIcon::ActivationReason)));
+ connect(trayIcon, SIGNAL(activated(QSystemTrayIcon::ActivationReason)), this, SLOT(slotTrayActivated(QSystemTrayIcon::ActivationReason)));
connect(trayIcon, SIGNAL( messageClicked() ), this,SLOT( startBluetoothManager() ));
trayIcon->setIcon(QIcon(":inactiveBluetooth.png"));
trayIcon->show();
More information about the Commits
mailing list