qt5-cadaques icon indicating copy to clipboard operation
qt5-cadaques copied to clipboard

Missing a ( in the first snippet of "Desktop Widgets" section

Open CowSmiles opened this issue 10 years ago • 0 comments

back-link: ch02/index.html#widget-application

Missing a '(' in the first snippet of "Desktop Widgets" section.

class CustomWidget : public QWidget { Q_OBJECT public: # Here It is explicit CustomWidgetQWidget parent = 0); private slots: void itemClicked(QListWidgetItem item); void updateItem(); private: QListWidget *m_widget; QLineEdit *m_edit; QPushButton *m_button; };

CowSmiles avatar Jun 21 '14 01:06 CowSmiles