From 48dbc8fb69a5d19f466ea757207e42c3861b4dee Mon Sep 17 00:00:00 2001 From: llornkcor Date: Thu, 25 Apr 2002 13:24:10 +0000 Subject: added x86 testing stuff changed output to more verbose --- (limited to 'noncore/tools/formatter/formatter.h') diff --git a/noncore/tools/formatter/formatter.h b/noncore/tools/formatter/formatter.h index a566ec0..871054d 100644 --- a/noncore/tools/formatter/formatter.h +++ b/noncore/tools/formatter/formatter.h @@ -43,17 +43,23 @@ public: protected: QGridLayout *FormatterAppLayout, *tabLayout, *tabLayout_2; QString getFileSystemType(const QString &); + + void fillCombos(); + void parsetab(); + bool doFdisk(); + int formatCheck(const QString &); + int runCommand(const QString &); protected slots: - void doFormat(); - void fillCombos(); void cleanUp(); + void doFormat(); + void editFstab(); + bool doFsck(); + bool doFsckCheck(); + void fsComboSelected(int); void storageComboSelected(int ); void deviceComboSelected(int ); - void editFstab(); - void parsetab(); - void doFsck(); }; #endif // FORMATTERAPP_H -- cgit v0.9.0.2