View Single Post
Posts: 146 | Thanked: 76 times | Joined on Feb 2010 @ Poland
#34
Originally Posted by tdesws View Post
C:/Users/Edvinas/Documents/InteractiveHelloWorld/mainwindow.cpp:35: error: no 'void MainWindow:n_Button_clicked()' member function declared in class 'MainWindow'

C:/Users/Edvinas/Documents/InteractiveHelloWorld/mainwindow.cpp:43: error: declaration of 'void MainWindow::initMyWordList()' outside of class is not definition

Then i get that omg so much errors
Change:
Code:
// do whatever you feel like
into:
Code:
{ } // do nothing
or
Code:
; // do nothing
__________________
Remember to click Thanks! if this post is of any help