src/systeminfo/qsysteminfo_maemo_p.h
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
equal deleted inserted replaced
3:e4ebb16b39ea 5:603d3f8b6302
   235     QString imsi();
   235     QString imsi();
   236     QSystemDeviceInfo::SimStatus simStatus();
   236     QSystemDeviceInfo::SimStatus simStatus();
   237     bool isDeviceLocked();
   237     bool isDeviceLocked();
   238     QSystemDeviceInfo::Profile currentProfile();
   238     QSystemDeviceInfo::Profile currentProfile();
   239     QSystemDeviceInfo::PowerState currentPowerState();
   239     QSystemDeviceInfo::PowerState currentPowerState();
       
   240     QString model();
       
   241     QString productName();
   240 
   242 
   241 protected:
   243 protected:
   242 #if !defined(QT_NO_DBUS)
   244 #if !defined(QT_NO_DBUS)
   243     QHalInterface *halIface;
   245     QHalInterface *halIface;
   244     QHalDeviceInterface *halIfaceDevice;
   246     QHalDeviceInterface *halIfaceDevice;
   271     QSystemScreenSaverPrivate(QObject *parent = 0);
   273     QSystemScreenSaverPrivate(QObject *parent = 0);
   272     ~QSystemScreenSaverPrivate();
   274     ~QSystemScreenSaverPrivate();
   273 
   275 
   274     bool screenSaverInhibited();
   276     bool screenSaverInhibited();
   275     bool setScreenSaverInhibit();
   277     bool setScreenSaverInhibit();
       
   278     bool isInhibited;
   276 
   279 
   277 private Q_SLOTS:
   280 private Q_SLOTS:
   278     void wakeUpDisplay();
   281     void wakeUpDisplay();
   279 
   282 
   280 private:
   283 private: