~ubuntu-branches/ubuntu/natty/kde4libs/natty-proposed

« back to all changes in this revision

Viewing changes to solid/solid/backends/fstab/fstabstorageaccess.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-01-04 23:55:45 UTC
  • mfrom: (1.14.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110104235545-ii0afxi84jm4sklp
Tags: 4:4.5.95-0ubuntu1
* New upstream RC release
  - Refreshed patches
* Add usr/include/krecentdirs.h to kdelibs5-dev.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
            void slotSetupFinished(int exitCode, QProcess::ExitStatus exitStatus);
72
72
            void slotTeardownFinished(int exitCode, QProcess::ExitStatus exitStatus);
73
73
            void onMtabChanged();
 
74
            void connectDBusSignals();
 
75
 
 
76
            void slotSetupRequested();
 
77
            void slotSetupDone(int error, const QString &errorString);
 
78
            void slotTeardownRequested();
 
79
            void slotTeardownDone(int error, const QString &errorString);
 
80
 
74
81
        private:
75
82
            Solid::Backends::Fstab::FstabDevice *m_fstabDevice;
76
83
            QProcess *m_process;