~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to src/main/CTrayIcon.cpp

  • Committer: Nathan Osman
  • Date: 2012-06-26 00:57:36 UTC
  • Revision ID: admin@quickmediasolutions.com-20120626005736-4cnk5kup23dk4z4i
Prepared some of the share box code for working with specific machines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    m_file_server.Init();
41
41
 
42
42
    connect(&m_pc_menu, SIGNAL(aboutToShow()), SLOT(OnShowMachineList()));
43
 
    connect(&m_sharebox, SIGNAL(FilesDropped(QStringList)),
44
 
                         SLOT(OnSendFiles(QStringList)));
 
43
    connect(&m_sharebox, SIGNAL(FilesDropped(QStringList,QString)),
 
44
                         SLOT(OnSendFiles(QStringList,QString)));
45
45
 
46
46
    // Initialize the icon
47
47
    setIcon(QIcon(":/icons/light.png"));