hi i am using QGLWidget() for dispalying images
now i want to use signals and slots
my class defination is in same main class so i created a moc file using :
moc -o filename.moc filename.cpp
and then i included the filename.moc file in the main class file
then i give qmake command and then make but now it is showing some syntax error in filename.moc in classname function
what might be the problem plz help me
Bookmarks