|
|
| version 1.3, 2004/01/23 14:35:46 | version 1.4, 2004/03/02 16:34:50 |
|---|---|
| Line 279 emulationWindow::about() | Line 279 emulationWindow::about() |
| emulationScreen::emulationScreen(QWidget *parent, const char *name, WFlags f) | emulationScreen::emulationScreen(QWidget *parent, const char *name, WFlags f) |
| : QWidget(parent, name, f) | : QWidget(parent, name, f) |
| , m_Surface(0) | , m_Surface(0) |
| , m_Offscreen(0) | |
| , m_Painter(0) | , m_Painter(0) |
| #if !defined(Q_WS_QWS) | |
| , m_Offscreen(0) | |
| #endif | |
| { | { |
| m_SrcRect.setRect(0, 0, 0, 0); | m_SrcRect.setRect(0, 0, 0, 0); |