![]() |
Home · All Namespaces · All Classes |
#include <usbui.h>


Public Member Functions | |
| UsbUi (QObject *parent=0) | |
| ~UsbUi () | |
Definition at line 36 of file usbui.h.
| UsbUi::UsbUi | ( | QObject * | parent = 0 |
) |
Definition at line 31 of file usbui.cpp.
00031 : QObject (parent), 00032 m_notification (0), 00033 m_dialog (0), 00034 m_disabled (false), 00035 m_showdialog (false) 00036 { 00037 /* 00038 * Initialize a little bit later... 00039 * we don't want to slow-down the sysuid startup 00040 */ 00041 #ifndef UNIT_TEST 00042 QTimer::singleShot (3000, this, SLOT (initialize ())); 00043 #else 00044 initialize (); 00045 #endif 00046 }
| Copyright © 2010 Nokia Corporation | Generated on Wed Nov 10 16:05:14 2010 Doxygen 1.6.1 |
MeeGo Touch |