~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to src/util/defaults.cpp

  • 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:
19
19
#include <QDesktopWidget>
20
20
#include <QHostInfo>
21
21
#include <QPoint>
22
 
#include <QUuid>
23
22
#include <QVariantList>
24
23
 
25
24
#include <sharebox/CShareBox.h>
74
73
    Map["Network/TransmissionPort"]  = 41721;
75
74
 
76
75
    Map["ShareBox/Instances"] = GenerateDefaultShareBoxInstance();
77
 
 
78
 
    Map["Internal/ID"] = QUuid::createUuid().toString();
79
76
}