~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/util/settings.h

  • Committer: Nathan Osman
  • Date: 2012-06-27 21:56:40 UTC
  • Revision ID: admin@quickmediasolutions.com-20120627215640-c6mspvllk1br9vx2
Implemented basic progress bar for uploads (which seems to be broken at the moment) and corrected a bug with the way unique IDs were generated for each machine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    // Convenience method for notifications
28
28
    bool Notify(QString);
29
29
 
 
30
    // Retrieves (or generates) the machine's UUID
 
31
    QString GetID();
 
32
 
30
33
    // Load at startup configuration
31
34
    bool GetLoadAtStartup();
32
35
    void SetLoadAtStartup(bool);