~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2012-03-03 00:25:28 UTC
  • mfrom: (1.14.15)
  • Revision ID: package-import@ubuntu.com-20120303002528-chhwyfluldkicy5k
Tags: 4:4.8.1-0ubuntu1
* New upstream release
  - Update symbol files

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        private Q_SLOTS:
71
71
            void slotSetupFinished(int exitCode, QProcess::ExitStatus exitStatus);
72
72
            void slotTeardownFinished(int exitCode, QProcess::ExitStatus exitStatus);
73
 
            void onMtabChanged();
 
73
            void onMtabChanged(const QString& device);
74
74
            void connectDBusSignals();
75
75
 
76
76
            void slotSetupRequested();
81
81
        private:
82
82
            Solid::Backends::Fstab::FstabDevice *m_fstabDevice;
83
83
            QProcess *m_process;
84
 
            QStringList m_currentMountPoints;
 
84
            QString m_filePath;
 
85
            bool m_isAccessible;
85
86
    };
86
87
 
87
88
}