Do you realize that server.h includes itself?
Do you realize that server.h includes itself?
It looks like QMainWindow is unknown in your server.h file. QApplication and QDialog don't include it for you. You should probably do something like:
Qt Code:
... #include <QtGui/QMainWindow> ... { ...To copy to clipboard, switch view to plain text mode
Please use code tags when posting code. It improves readability.
Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions
Bookmarks