~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/sharebox/CShareBox.h

  • Committer: Nathan Osman
  • Date: 2012-06-26 23:07:20 UTC
  • Revision ID: admin@quickmediasolutions.com-20120626230720-uzgqoc5w7lnowgx7
Added wizard to run when NitroShare is first started to guide new users in configuring the application.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        CShareBox();
42
42
 
43
43
        void SetMachineInfo(QString id, QByteArray name) { m_id = id; m_name = name; }
 
44
        QString GetMachineID() { return m_id; }
44
45
 
45
46
    public slots:
46
47
 
48
49
 
49
50
    signals:
50
51
 
 
52
        void Moved();
51
53
        void FilesDropped(QStringList, QString);
52
54
 
53
55
    private: