~statik/ubuntuone-client-kde/trunk

« back to all changes in this revision

Viewing changes to src/applet.h

  • Committer: Harald Sitter
  • Date: 2009-11-22 21:50:04 UTC
  • Revision ID: git-v1:e8fb1a8b3030a29706cf8bee573631a82a5d1d3d
Cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        bool needUpdate;
51
51
        bool fatalError;
52
52
 
 
53
        int updating;
 
54
        int total;
 
55
        int last_id;
 
56
 
53
57
        QDir *managedDir;
54
58
        KActionCollection *actionCollection;
55
59
 
58
62
            void getRoot();
59
63
            void gotRoot(const QString&);
60
64
 
 
65
            void updateTransferStatus();
 
66
 
61
67
            void addToPlaces();
62
68
 
63
69
            void reportBug();