Home · All Namespaces · All Classes

UsbUi Class Reference

#include <usbui.h>

Inheritance diagram for UsbUi:
Inheritance graph
[legend]
Collaboration diagram for UsbUi:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 UsbUi (QObject *parent=0)
 ~UsbUi ()

Detailed Description

Definition at line 36 of file usbui.h.


Constructor & Destructor Documentation

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 }

UsbUi::~UsbUi (  ) 

Definition at line 48 of file usbui.cpp.

00049 {
00050 }


The documentation for this class was generated from the following files:

Copyright © 2010 Nokia Corporation Generated on Wed Nov 10 16:05:14 2010
Doxygen 1.6.1
MeeGo Touch