in your .h file
replace
Qt Code:
To copy to clipboard, switch view to plain text mode
by
Qt Code:
private slots:To copy to clipboard, switch view to plain text mode
in your .h file
replace
Qt Code:
To copy to clipboard, switch view to plain text mode
by
Qt Code:
private slots:To copy to clipboard, switch view to plain text mode
incapacitant (29th March 2006)
yes i keep forgetting they should be declared as private slots and not just privte. thx
Bookmarks