Support "eject" on OS X.
[maemo-rb.git] / rbutil / rbutilqt / base / bootloaderinstallchinachip.h
blobd82919a571282268735c94313d9b47679c477eab
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
9 * Copyright (C) 2009 by Maurus Cuelenaere
11 * All files in this archive are subject to the GNU General Public License.
12 * See the file COPYING in the source tree root for full license agreement.
14 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
15 * KIND, either express or implied.
17 ****************************************************************************/
19 #ifndef BOOTLOADERINSTALLCCPMP_H
20 #define BOOTLOADERINSTALLCCPMP_H
22 #include <QtCore>
23 #include "bootloaderinstallbase.h"
25 class BootloaderInstallChinaChip : public BootloaderInstallBase
27 Q_OBJECT
29 public:
30 BootloaderInstallChinaChip(QObject *parent = 0);
31 bool install(void);
32 bool uninstall(void);
33 BootloaderInstallBase::BootloaderType installed(void);
34 Capabilities capabilities(void);
35 QString ofHint();
37 private slots:
38 void installStage2(void);
41 #endif // BOOTLOADERINSTALLCCPMP_H