Advertising
- Someone
- Friday, December 21st, 2007 at 2:36:51am UTC
- # qmake qtoidua.pro && make
- cd src && make -f Makefile
- make[1]: Entering directory `/srv/Local/Downloads/qtoidua-0.08/src'
- g++ -c -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/share/qt3/include -o mainwindowimpl.o mainwindowimpl.cpp
- mainwindowimpl.cpp:23:26: error: qapplication.h: No such file or directory
- mainwindowimpl.cpp:24:25: error: qpushbutton.h: No such file or directory
- mainwindowimpl.cpp:25:23: error: qlineedit.h: No such file or directory
- mainwindowimpl.cpp:26:23: error: qcheckbox.h: No such file or directory
- mainwindowimpl.cpp:27:26: error: qcolordialog.h: No such file or directory
- mainwindowimpl.cpp:28:25: error: qmessagebox.h: No such file or directory
- mainwindowimpl.cpp:29:25: error: qfiledialog.h: No such file or directory
- mainwindowimpl.cpp:30:24: error: qvalidator.h: No such file or directory
- mainwindowimpl.cpp:31:20: error: qlabel.h: No such file or directory
- mainwindowimpl.cpp:32:22: error: qlistbox.h: No such file or directory
- mainwindowimpl.cpp:33:23: error: qsettings.h: No such file or directory
- mainwindowimpl.cpp:34:18: error: qdir.h: No such file or directory
- mainwindowimpl.cpp:35:25: error: qtextstream.h: No such file or directory
- mainwindowimpl.cpp:36:24: error: qtabwidget.h: No such file or directory
- mainwindowimpl.cpp:37:24: error: qstatusbar.h: No such file or directory
- mainwindowimpl.cpp:38:19: error: qsize.h: No such file or directory
- mainwindowimpl.cpp:39:26: error: qradiobutton.h: No such file or directory
- In file included from mainwindowimpl.cpp:40:
- mainwindowimpl.h:26:21: error: qstring.h: No such file or directory
- mainwindowimpl.h:27:20: error: qcolor.h: No such file or directory
- mainwindowimpl.h:28:25: error: qstringlist.h: No such file or directory
- mainwindowimpl.h:29:22: error: qprocess.h: No such file or directory
- mainwindowimpl.h:30:19: error: qfile.h: No such file or directory
- mainwindowimpl.h:31:19: error: qfont.h: No such file or directory
- In file included from mainwindowimpl.h:32,
- from mainwindowimpl.cpp:40:
- mainwindow.h:13:22: error: qvariant.h: No such file or directory
- mainwindow.h:14:25: error: qmainwindow.h: No such file or directory
- In file included from optionswindowimpl.h:30,
- from mainwindowimpl.cpp:41:
- optionswindow.h:14:21: error: qdialog.h: No such file or directory
- In file included from mainwindowimpl.cpp:42:
- aboutwindow.h:14:21: error: qpixmap.h: No such file or directory
- In file included from mainwindowimpl.cpp:43:
- images.h:3:20: error: qimage.h: No such file or directory
- images.h:4:19: error: qdict.h: No such file or directory
- mainwindow.h:38: error: expected class-name before ‘{’ token
- mainwindow.h:39: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
- mainwindow.h:41: error: expected ‘;’ before ‘public’
- mainwindow.h:107: error: ISO C++ forbids declaration of ‘QMenuBar’ with no type
- mainwindow.h:107: error: expected ‘;’ before ‘*’ token
- mainwindow.h:118: error: expected `:' before ‘slots’
- mainwindow.h:119: error: expected primary-expression before ‘virtual’
- mainwindow.h:119: error: ISO C++ forbids declaration of ‘slots’ with no type
- mainwindow.h:119: error: expected ‘;’ before ‘virtual’
- mainwindow.h:190: error: expected `:' before ‘slots’
- mainwindow.h:191: error: expected primary-expression before ‘virtual’
- mainwindow.h:191: error: ISO C++ forbids declaration of ‘slots’ with no type
- mainwindow.h:191: error: expected ‘;’ before ‘virtual’
- settings.h:34: error: ‘QString’ does not name a type
- settings.h:35: error: ‘QString’ does not name a type
- settings.h:38: error: ‘QString’ does not name a type
- settings.h:39: error: ‘QString’ has not been declared
- settings.h:39: error: ‘QString’ has not been declared
- settings.h:39: error: ‘QString’ has not been declared
- mainwindowimpl.h:37: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
- mainwindowimpl.h:39: error: expected ‘;’ before ‘public’
- mainwindowimpl.h:43: error: ‘QString’ does not name a type
- mainwindowimpl.h:44: error: ‘QString’ does not name a type
- mainwindowimpl.h:45: error: ‘QString’ does not name a type
- mainwindowimpl.h:46: error: ‘QString’ does not name a type
- mainwindowimpl.h:47: error: ‘QFile’ does not name a type
- mainwindowimpl.h:48: error: ‘QColor’ does not name a type
- mainwindowimpl.h:49: error: ‘QColor’ does not name a type
- mainwindowimpl.h:50: error: ISO C++ forbids declaration of ‘QProcess’ with no type
- mainwindowimpl.h:50: error: expected ‘;’ before ‘*’ token
- mainwindowimpl.h:51: error: ‘QFont’ does not name a type
- mainwindowimpl.h:55: error: ‘QCloseEvent’ has not been declared
- mainwindowimpl.h:56: error: ‘QString’ does not name a type
- mainwindowimpl.h:62: error: ‘QStringList’ does not name a type
- mainwindowimpl.h:63: error: ‘QString’ has not been declared
- mainwindowimpl.h:67: error: expected `:' before ‘slots’
- mainwindowimpl.h:68: error: expected primary-expression before ‘void’
- mainwindowimpl.h:68: error: ISO C++ forbids declaration of ‘slots’ with no type
- mainwindowimpl.h:68: error: expected ‘;’ before ‘void’
- mainwindowimpl.h:93: error: ‘QString’ has not been declared
- mainwindowimpl.h:36: warning: ‘class MainWindowImpl’ has virtual functions but non-virtual destructor
- optionswindow.h:29: error: expected class-name before ‘{’ token
- optionswindow.h:30: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
- optionswindow.h:32: error: expected ‘;’ before ‘public’
- optionswindow.h:50: error: expected `:' before ‘slots’
- optionswindow.h:51: error: expected primary-expression before ‘virtual’
- optionswindow.h:51: error: ISO C++ forbids declaration of ‘slots’ with no type
- optionswindow.h:51: error: expected ‘;’ before ‘virtual’
- optionswindow.h:65: error: expected `:' before ‘slots’
- optionswindow.h:66: error: expected primary-expression before ‘virtual’
- optionswindow.h:66: error: ISO C++ forbids declaration of ‘slots’ with no type
- optionswindow.h:66: error: expected ‘;’ before ‘virtual’
- optionswindowimpl.h:34: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
- optionswindowimpl.h:36: error: expected ‘;’ before ‘public’
- optionswindowimpl.h:40: error: ‘QString’ does not name a type
- optionswindowimpl.h:41: error: ‘QString’ does not name a type
- optionswindowimpl.h:43: error: ‘QFont’ does not name a type
- optionswindowimpl.h:45: error: ‘QDir’ does not name a type
- optionswindowimpl.h:46: error: ‘QString’ does not name a type
- optionswindowimpl.h:49: error: expected primary-expression before ‘void’
- optionswindowimpl.h:49: error: ISO C++ forbids declaration of ‘signals’ with no type
- optionswindowimpl.h:49: error: expected ‘;’ before ‘void’
- optionswindowimpl.h:51: error: expected `:' before ‘slots’
- optionswindowimpl.h:52: error: expected primary-expression before ‘void’
- optionswindowimpl.h:52: error: ISO C++ forbids declaration of ‘slots’ with no type
- optionswindowimpl.h:52: error: expected ‘;’ before ‘void’
- optionswindowimpl.h:54: error: expected `:' before ‘slots’
- optionswindowimpl.h:55: error: expected primary-expression before ‘void’
- optionswindowimpl.h:55: error: ISO C++ forbids declaration of ‘slots’ with no type
- optionswindowimpl.h:55: error: expected ‘;’ before ‘void’
- optionswindowimpl.h:33: warning: ‘class OptionsWindowImpl’ has virtual functions but non-virtual destructor
- aboutwindow.h:28: error: expected class-name before ‘{’ token
- aboutwindow.h:29: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
- aboutwindow.h:31: error: expected ‘;’ before ‘public’
- aboutwindow.h:53: error: expected `:' before ‘slots’
- aboutwindow.h:54: error: expected primary-expression before ‘virtual’
- aboutwindow.h:54: error: ISO C++ forbids declaration of ‘slots’ with no type
- aboutwindow.h:54: error: expected ‘;’ before ‘virtual’
- aboutwindow.h:57: error: ‘QPixmap’ does not name a type
- images.h:5: error: ‘QRgb’ does not name a type
- images.h:87: error: ISO C++ forbids declaration of ‘QRgb’ with no type
- images.h:87: error: expected ‘;’ before ‘*’ token
- images.h:91: error: ‘icon32x32_data’ was not declared in this scope
- images.h:91: error: ‘TRUE’ was not declared in this scope
- images.h:93: error: too many initializers for ‘EmbedImage’
- images.h:93: error: too many initializers for ‘EmbedImage’
- images.h:95: error: expected initializer before ‘&’ token
- mainwindowimpl.cpp:45: error: ‘QString’ does not name a type
- mainwindowimpl.cpp:47: error: expected `)' before ‘startOpen’
- mainwindowimpl.cpp:185: error: variable or field ‘closeEvent’ declared void
- mainwindowimpl.cpp:185: error: ‘int MainWindowImpl::closeEvent’ is not a static member of ‘class MainWindowImpl’
- mainwindowimpl.cpp:185: error: ‘QCloseEvent’ was not declared in this scope
- mainwindowimpl.cpp:185: error: ‘cl’ was not declared in this scope
- mainwindowimpl.cpp:186: error: expected ‘,’ or ‘;’ before ‘{’ token
- mainwindowimpl.cpp:214: error: ‘QString’ does not name a type
- mainwindowimpl.cpp:229: error: no ‘void MainWindowImpl::generateList()’ member function declared in class ‘MainWindowImpl’
- mainwindow.h: In member function ‘void MainWindowImpl::generateList()’:
- mainwindow.h:106: error: ‘QPushButton* MainWindow::cmdGenerateList’ is private
- mainwindowimpl.cpp:236: error: within this context
- mainwindowimpl.cpp:236: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindowimpl.cpp:236: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp:237: error: ‘OIDUA’ was not declared in this scope
- mainwindowimpl.cpp:244: error: ‘OIDUA’ was not declared in this scope
- mainwindowimpl.cpp:244: error: expected type-specifier before ‘QProcess’
- mainwindowimpl.cpp:244: error: expected `;' before ‘QProcess’
- mainwindowimpl.cpp:247: error: ‘SIGNAL’ was not declared in this scope
- mainwindowimpl.cpp:247: error: ‘SLOT’ was not declared in this scope
- mainwindowimpl.cpp:247: error: ‘connect’ was not declared in this scope
- mainwindow.h:106: error: ‘QPushButton* MainWindow::cmdGenerateList’ is private
- mainwindowimpl.cpp:250: error: within this context
- mainwindowimpl.cpp:250: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindow.h:105: error: ‘QLabel* MainWindow::statusLabel’ is private
- mainwindowimpl.cpp:251: error: within this context
- mainwindowimpl.cpp:251: error: invalid use of undefined type ‘struct QLabel’
- mainwindow.h:26: error: forward declaration of ‘struct QLabel’
- mainwindowimpl.cpp:256: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:256: error: ‘prepMessageBox’ was not declared in this scope
- mainwindow.h:106: error: ‘QPushButton* MainWindow::cmdGenerateList’ is private
- mainwindowimpl.cpp:259: error: within this context
- mainwindowimpl.cpp:259: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindow.h:105: error: ‘QLabel* MainWindow::statusLabel’ is private
- mainwindowimpl.cpp:260: error: within this context
- mainwindowimpl.cpp:260: error: invalid use of undefined type ‘struct QLabel’
- mainwindow.h:26: error: forward declaration of ‘struct QLabel’
- mainwindowimpl.cpp: In member function ‘bool MainWindowImpl::verifyData()’:
- mainwindowimpl.cpp:271: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:271: error: expected `;' before ‘OIDUALocation’
- mainwindowimpl.cpp:272: error: ‘outputFile’ was not declared in this scope
- mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
- mainwindowimpl.cpp:272: error: within this context
- mainwindowimpl.cpp:272: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindowimpl.cpp:273: error: ‘indent’ was not declared in this scope
- mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
- mainwindowimpl.cpp:273: error: within this context
- mainwindowimpl.cpp:273: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindowimpl.cpp:274: error: ‘QFile’ was not declared in this scope
- mainwindowimpl.cpp:274: error: expected `;' before ‘OIDUAExec’
- mainwindowimpl.cpp:275: error: ‘QDir’ was not declared in this scope
- mainwindowimpl.cpp:275: error: expected `;' before ‘dirCheck’
- mainwindowimpl.cpp:276: error: ‘uint’ was not declared in this scope
- mainwindowimpl.cpp:276: error: expected `;' before ‘i’
- mainwindowimpl.cpp:281: error: ‘OIDUALocation’ was not declared in this scope
- mainwindowimpl.cpp:283: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:283: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:283: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp:292: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:292: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:292: error: ‘tr’ was not declared in this scope
- mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
- mainwindowimpl.cpp:294: error: within this context
- mainwindowimpl.cpp:294: error: invalid use of undefined type ‘struct QTabWidget’
- mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
- mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
- mainwindowimpl.cpp:295: error: within this context
- mainwindowimpl.cpp:295: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:98: error: ‘QCheckBox* MainWindow::chkIndent’ is private
- mainwindowimpl.cpp:300: error: within this context
- mainwindowimpl.cpp:300: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindowimpl.cpp:302: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:302: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:302: error: ‘tr’ was not declared in this scope
- mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
- mainwindowimpl.cpp:304: error: within this context
- mainwindowimpl.cpp:304: error: invalid use of undefined type ‘struct QTabWidget’
- mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
- mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
- mainwindowimpl.cpp:305: error: within this context
- mainwindowimpl.cpp:305: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindowimpl.cpp:310: error: ‘OIDUAExec’ was not declared in this scope
- mainwindowimpl.cpp:312: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:312: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:312: error: ‘tr’ was not declared in this scope
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:318: error: within this context
- mainwindowimpl.cpp:318: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:320: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:320: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:320: error: ‘tr’ was not declared in this scope
- mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
- mainwindowimpl.cpp:322: error: within this context
- mainwindowimpl.cpp:322: error: invalid use of undefined type ‘struct QTabWidget’
- mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
- mainwindowimpl.cpp:329: error: ‘i’ was not declared in this scope
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:329: error: within this context
- mainwindowimpl.cpp:329: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:331: error: ‘dirCheck’ was not declared in this scope
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:331: error: within this context
- mainwindowimpl.cpp:331: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:334: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:334: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:334: error: ‘tr’ was not declared in this scope
- mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
- mainwindowimpl.cpp:336: error: within this context
- mainwindowimpl.cpp:336: error: invalid use of undefined type ‘struct QTabWidget’
- mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:337: error: within this context
- mainwindowimpl.cpp:337: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:344: error: within this context
- mainwindowimpl.cpp:344: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:346: error: ‘i’ was not declared in this scope
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:346: error: within this context
- mainwindowimpl.cpp:346: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:348: error: ‘dirCheck’ was not declared in this scope
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:348: error: within this context
- mainwindowimpl.cpp:348: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:351: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:351: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:351: error: ‘tr’ was not declared in this scope
- mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
- mainwindowimpl.cpp:353: error: within this context
- mainwindowimpl.cpp:353: error: invalid use of undefined type ‘struct QTabWidget’
- mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:354: error: within this context
- mainwindowimpl.cpp:354: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:361: error: expected `;' before ‘checkOutputFile’
- mainwindowimpl.cpp:364: error: ‘checkOutputFile’ was not declared in this scope
- mainwindowimpl.cpp:366: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:366: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:366: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp:368: error: ‘QDir’ is not a class or namespace
- mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
- mainwindowimpl.cpp:372: error: within this context
- mainwindowimpl.cpp:372: error: invalid use of undefined type ‘struct QTabWidget’
- mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
- mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
- mainwindowimpl.cpp:373: error: within this context
- mainwindowimpl.cpp:373: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindowimpl.cpp:383: error: ‘checkOutputFile’ was not declared in this scope
- mainwindowimpl.cpp:383: error: ‘IO_WriteOnly’ was not declared in this scope
- mainwindowimpl.cpp:383: error: ‘IO_Translate’ was not declared in this scope
- mainwindowimpl.cpp:385: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:385: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:385: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp: At global scope:
- mainwindowimpl.cpp:394: error: ‘QStringList’ does not name a type
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::setBackColor()’:
- mainwindowimpl.cpp:509: error: ‘QColor’ was not declared in this scope
- mainwindowimpl.cpp:509: error: expected `;' before ‘backColorBack’
- mainwindowimpl.cpp:510: error: ‘backColor’ was not declared in this scope
- mainwindowimpl.cpp:510: error: ‘QColorDialog’ has not been declared
- mainwindowimpl.cpp:512: error: ‘backColorBack’ was not declared in this scope
- mainwindowimpl.cpp:515: error: ‘backColorBack’ was not declared in this scope
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::setForeColor()’:
- mainwindowimpl.cpp:523: error: ‘QColor’ was not declared in this scope
- mainwindowimpl.cpp:523: error: expected `;' before ‘foreColorBack’
- mainwindowimpl.cpp:524: error: ‘foreColor’ was not declared in this scope
- mainwindowimpl.cpp:524: error: ‘QColorDialog’ has not been declared
- mainwindowimpl.cpp:526: error: ‘foreColorBack’ was not declared in this scope
- mainwindowimpl.cpp:529: error: ‘foreColorBack’ was not declared in this scope
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::chooseOutput()’:
- mainwindowimpl.cpp:537: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:537: error: expected `;' before ‘fileName’
- mainwindowimpl.cpp:540: error: ‘fileName’ was not declared in this scope
- mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
- mainwindowimpl.cpp:542: error: within this context
- mainwindowimpl.cpp:542: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::addIncludeDirectory()’:
- mainwindowimpl.cpp:551: error: ‘lastDirectory’ was not declared in this scope
- mainwindowimpl.cpp:552: error: ‘class Settings’ has no member named ‘homeDir’
- mainwindowimpl.cpp:554: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:554: error: expected `;' before ‘fileName’
- mainwindowimpl.cpp:557: error: ‘fileName’ was not declared in this scope
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:559: error: within this context
- mainwindowimpl.cpp:559: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:560: error: ‘lastDirectory’ was not declared in this scope
- mainwindow.h: In member function ‘virtual void MainWindowImpl::removeIncludeDirectory()’:
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:570: error: within this context
- mainwindowimpl.cpp:570: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:570: error: within this context
- mainwindowimpl.cpp:570: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h: In member function ‘virtual void MainWindowImpl::moveIncludeUp()’:
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:579: error: within this context
- mainwindow.h: In member function ‘virtual void MainWindowImpl::moveIncludeDown()’:
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:586: error: within this context
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::addExcludeDirectory()’:
- mainwindowimpl.cpp:593: error: ‘lastDirectory’ was not declared in this scope
- mainwindowimpl.cpp:594: error: ‘class Settings’ has no member named ‘homeDir’
- mainwindowimpl.cpp:596: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:596: error: expected `;' before ‘fileName’
- mainwindowimpl.cpp:599: error: ‘fileName’ was not declared in this scope
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:601: error: within this context
- mainwindowimpl.cpp:601: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:602: error: ‘lastDirectory’ was not declared in this scope
- mainwindow.h: In member function ‘virtual void MainWindowImpl::removeExcludeDirectory()’:
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:612: error: within this context
- mainwindowimpl.cpp:612: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:612: error: within this context
- mainwindowimpl.cpp:612: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h: In member function ‘virtual void MainWindowImpl::addField()’:
- mainwindow.h:73: error: ‘QListBox* MainWindow::lstFields’ is private
- mainwindowimpl.cpp:628: error: within this context
- mainwindowimpl.cpp:628: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:631: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:631: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:634: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:634: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:637: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:637: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:640: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:640: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:643: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:643: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:646: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:646: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:649: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:649: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:652: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:652: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:655: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:655: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:658: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:658: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:661: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:661: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:664: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:664: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:667: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:667: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:670: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:670: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:673: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:673: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:676: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:676: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:679: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:679: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:682: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:682: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:685: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:685: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp:688: error: invalid conversion from ‘const char*’ to ‘int’
- mainwindowimpl.cpp:688: error: initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)’
- mainwindowimpl.cpp: At global scope:
- mainwindowimpl.cpp:695: error: variable or field ‘addFieldData’ declared void
- mainwindowimpl.cpp:695: error: ‘int MainWindowImpl::addFieldData’ is not a static member of ‘class MainWindowImpl’
- mainwindowimpl.cpp:695: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:696: error: expected ‘,’ or ‘;’ before ‘{’ token
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::addString()’:
- mainwindowimpl.cpp:738: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:738: error: expected `;' before ‘finalField’
- mainwindow.h:67: error: ‘QCheckBox* MainWindow::chkAddSeparator’ is private
- mainwindowimpl.cpp:741: error: within this context
- mainwindowimpl.cpp:741: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindowimpl.cpp:742: error: ‘finalField’ was not declared in this scope
- mainwindow.h:68: error: ‘QLineEdit* MainWindow::txtSeparator’ is private
- mainwindowimpl.cpp:742: error: within this context
- mainwindowimpl.cpp:742: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
- mainwindowimpl.cpp:744: error: within this context
- mainwindowimpl.cpp:744: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:744: error: ‘finalField’ was not declared in this scope
- mainwindow.h:70: error: ‘QLineEdit* MainWindow::txtString’ is private
- mainwindowimpl.cpp:745: error: within this context
- mainwindowimpl.cpp:745: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h: In member function ‘virtual void MainWindowImpl::removeField()’:
- mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
- mainwindowimpl.cpp:754: error: within this context
- mainwindowimpl.cpp:754: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
- mainwindowimpl.cpp:754: error: within this context
- mainwindowimpl.cpp:754: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h: In member function ‘virtual void MainWindowImpl::moveFieldUp()’:
- mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
- mainwindowimpl.cpp:763: error: within this context
- mainwindow.h: In member function ‘virtual void MainWindowImpl::moveFieldDown()’:
- mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
- mainwindowimpl.cpp:770: error: within this context
- mainwindowimpl.cpp: In member function ‘void MainWindowImpl::moveListUp(QListBox*)’:
- mainwindowimpl.cpp:779: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:782: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:786: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:786: error: expected `;' before ‘itemText’
- mainwindowimpl.cpp:788: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:788: error: ‘itemText’ was not declared in this scope
- mainwindowimpl.cpp:789: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:790: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp: In member function ‘void MainWindowImpl::moveListDown(QListBox*)’:
- mainwindowimpl.cpp:801: error: ‘uint’ was not declared in this scope
- mainwindowimpl.cpp:801: error: expected `;' before ‘itemNumber’
- mainwindowimpl.cpp:802: error: ‘itemNumber’ was not declared in this scope
- mainwindowimpl.cpp:802: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:804: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:808: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:808: error: expected `;' before ‘itemText’
- mainwindowimpl.cpp:810: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:810: error: ‘itemText’ was not declared in this scope
- mainwindowimpl.cpp:810: error: ‘itemNumber’ was not declared in this scope
- mainwindowimpl.cpp:811: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:812: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::killOIDUA()’:
- mainwindowimpl.cpp:821: error: ‘OIDUA’ was not declared in this scope
- mainwindow.h: In member function ‘void MainWindowImpl::processExited()’:
- mainwindow.h:106: error: ‘QPushButton* MainWindow::cmdGenerateList’ is private
- mainwindowimpl.cpp:828: error: within this context
- mainwindowimpl.cpp:828: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindowimpl.cpp:828: error: ‘tr’ was not declared in this scope
- mainwindow.h:105: error: ‘QLabel* MainWindow::statusLabel’ is private
- mainwindowimpl.cpp:829: error: within this context
- mainwindowimpl.cpp:829: error: invalid use of undefined type ‘struct QLabel’
- mainwindow.h:26: error: forward declaration of ‘struct QLabel’
- mainwindowimpl.cpp:830: error: ‘OIDUA’ was not declared in this scope
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::optionChanged()’:
- mainwindowimpl.cpp:839: error: ‘currentFilename’ was not declared in this scope
- mainwindowimpl.cpp:840: error: ‘class MainWindowImpl’ has no member named ‘setCaption’
- mainwindowimpl.cpp:840: error: ‘APPTITLE’ was not declared in this scope
- mainwindowimpl.cpp:840: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp:842: error: ‘class MainWindowImpl’ has no member named ‘setCaption’
- mainwindowimpl.cpp:842: error: ‘APPTITLE’ was not declared in this scope
- mainwindowimpl.cpp:842: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp: In member function ‘bool MainWindowImpl::askToSave(bool)’:
- mainwindowimpl.cpp:853: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:853: error: expected `;' before ‘message’
- mainwindowimpl.cpp:854: error: ‘class Settings’ has no member named ‘readSetting’
- mainwindowimpl.cpp:855: error: ‘message’ was not declared in this scope
- mainwindowimpl.cpp:860: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:860: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:860: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp:862: error: ‘message’ was not declared in this scope
- mainwindowimpl.cpp:865: error: ‘currentFilename’ was not declared in this scope
- mainwindowimpl.cpp: In member function ‘void MainWindowImpl::newFile()’:
- mainwindowimpl.cpp:892: error: ‘backColor’ was not declared in this scope
- mainwindowimpl.cpp:893: error: ‘foreColor’ was not declared in this scope
- mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
- mainwindowimpl.cpp:896: error: within this context
- mainwindowimpl.cpp:896: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:73: error: ‘QListBox* MainWindow::lstFields’ is private
- mainwindowimpl.cpp:897: error: within this context
- mainwindowimpl.cpp:897: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:898: error: within this context
- mainwindowimpl.cpp:898: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:899: error: within this context
- mainwindowimpl.cpp:899: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
- mainwindowimpl.cpp:900: error: within this context
- mainwindowimpl.cpp:900: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:75: error: ‘QLineEdit* MainWindow::txtWidth’ is private
- mainwindowimpl.cpp:901: error: within this context
- mainwindowimpl.cpp:901: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:77: error: ‘QLineEdit* MainWindow::txtSuffix’ is private
- mainwindowimpl.cpp:902: error: within this context
- mainwindowimpl.cpp:902: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:70: error: ‘QLineEdit* MainWindow::txtString’ is private
- mainwindowimpl.cpp:903: error: within this context
- mainwindowimpl.cpp:903: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:68: error: ‘QLineEdit* MainWindow::txtSeparator’ is private
- mainwindowimpl.cpp:904: error: within this context
- mainwindowimpl.cpp:904: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
- mainwindowimpl.cpp:905: error: within this context
- mainwindowimpl.cpp:905: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:86: error: ‘QCheckBox* MainWindow::chkDate’ is private
- mainwindowimpl.cpp:906: error: within this context
- mainwindowimpl.cpp:906: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:87: error: ‘QCheckBox* MainWindow::chkTime’ is private
- mainwindowimpl.cpp:907: error: within this context
- mainwindowimpl.cpp:907: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:88: error: ‘QCheckBox* MainWindow::chkStats’ is private
- mainwindowimpl.cpp:908: error: within this context
- mainwindowimpl.cpp:908: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:89: error: ‘QCheckBox* MainWindow::chkVersion’ is private
- mainwindowimpl.cpp:909: error: within this context
- mainwindowimpl.cpp:909: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:84: error: ‘QCheckBox* MainWindow::chkCaseIns’ is private
- mainwindowimpl.cpp:910: error: within this context
- mainwindowimpl.cpp:910: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:82: error: ‘QCheckBox* MainWindow::chkExpandWildcards’ is private
- mainwindowimpl.cpp:911: error: within this context
- mainwindowimpl.cpp:911: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:81: error: ‘QCheckBox* MainWindow::chkStripOutput’ is private
- mainwindowimpl.cpp:912: error: within this context
- mainwindowimpl.cpp:912: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:83: error: ‘QCheckBox* MainWindow::chkSkipFiles’ is private
- mainwindowimpl.cpp:913: error: within this context
- mainwindowimpl.cpp:913: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:98: error: ‘QCheckBox* MainWindow::chkIndent’ is private
- mainwindowimpl.cpp:914: error: within this context
- mainwindowimpl.cpp:914: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:102: error: ‘QCheckBox* MainWindow::chkHTML’ is private
- mainwindowimpl.cpp:915: error: within this context
- mainwindowimpl.cpp:915: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:85: error: ‘QCheckBox* MainWindow::chkMergeDirectories’ is private
- mainwindowimpl.cpp:916: error: within this context
- mainwindowimpl.cpp:916: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:93: error: ‘QCheckBox* MainWindow::chkOutputdb’ is private
- mainwindowimpl.cpp:917: error: within this context
- mainwindowimpl.cpp:917: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:92: error: ‘QCheckBox* MainWindow::chkExcludeLAME’ is private
- mainwindowimpl.cpp:918: error: within this context
- mainwindowimpl.cpp:918: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:91: error: ‘QCheckBox* MainWindow::chkExcludeConstant’ is private
- mainwindowimpl.cpp:919: error: within this context
- mainwindowimpl.cpp:919: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:96: error: ‘QRadioButton* MainWindow::radID3v2’ is private
- mainwindowimpl.cpp:920: error: within this context
- mainwindowimpl.cpp:920: error: invalid use of undefined type ‘struct QRadioButton’
- mainwindow.h:35: error: forward declaration of ‘struct QRadioButton’
- mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
- mainwindowimpl.cpp:924: error: within this context
- mainwindowimpl.cpp:924: error: invalid use of undefined type ‘struct QTabWidget’
- mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
- mainwindowimpl.cpp:927: error: ‘currentFilename’ was not declared in this scope
- mainwindowimpl.cpp:928: error: ‘class MainWindowImpl’ has no member named ‘setCaption’
- mainwindowimpl.cpp:928: error: ‘APPTITLE’ was not declared in this scope
- mainwindowimpl.cpp:928: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp: In member function ‘bool MainWindowImpl::saveFile()’:
- mainwindowimpl.cpp:939: error: ‘uint’ was not declared in this scope
- mainwindowimpl.cpp:939: error: expected `;' before ‘i’
- mainwindowimpl.cpp:941: error: ‘currentFile’ was not declared in this scope
- mainwindowimpl.cpp:941: error: ‘IO_WriteOnly’ was not declared in this scope
- mainwindowimpl.cpp:941: error: ‘IO_Translate’ was not declared in this scope
- mainwindowimpl.cpp:943: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:943: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:943: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp:948: error: ‘QTextStream’ was not declared in this scope
- mainwindowimpl.cpp:948: error: expected `;' before ‘output’
- mainwindowimpl.cpp:950: error: ‘output’ was not declared in this scope
- mainwindowimpl.cpp:950: error: ‘class Settings’ has no member named ‘version’
- mainwindowimpl.cpp:950: error: ‘endl’ was not declared in this scope
- mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
- mainwindowimpl.cpp:950: error: within this context
- mainwindowimpl.cpp:950: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:952: error: within this context
- mainwindowimpl.cpp:952: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:954: error: within this context
- mainwindowimpl.cpp:954: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:955: error: ‘i’ was not declared in this scope
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:955: error: within this context
- mainwindowimpl.cpp:955: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:956: error: within this context
- mainwindowimpl.cpp:956: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:958: error: within this context
- mainwindowimpl.cpp:958: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:960: error: within this context
- mainwindowimpl.cpp:960: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:961: error: ‘i’ was not declared in this scope
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:961: error: within this context
- mainwindowimpl.cpp:961: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:962: error: within this context
- mainwindowimpl.cpp:962: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
- mainwindowimpl.cpp:964: error: within this context
- mainwindowimpl.cpp:964: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
- mainwindowimpl.cpp:966: error: within this context
- mainwindowimpl.cpp:966: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindowimpl.cpp:967: error: ‘i’ was not declared in this scope
- mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
- mainwindowimpl.cpp:967: error: within this context
- mainwindowimpl.cpp:967: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
- mainwindowimpl.cpp:968: error: within this context
- mainwindowimpl.cpp:968: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:86: error: ‘QCheckBox* MainWindow::chkDate’ is private
- mainwindowimpl.cpp:970: error: within this context
- mainwindowimpl.cpp:970: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:87: error: ‘QCheckBox* MainWindow::chkTime’ is private
- mainwindowimpl.cpp:975: error: within this context
- mainwindowimpl.cpp:975: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:88: error: ‘QCheckBox* MainWindow::chkStats’ is private
- mainwindowimpl.cpp:980: error: within this context
- mainwindowimpl.cpp:980: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:89: error: ‘QCheckBox* MainWindow::chkVersion’ is private
- mainwindowimpl.cpp:985: error: within this context
- mainwindowimpl.cpp:985: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:83: error: ‘QCheckBox* MainWindow::chkSkipFiles’ is private
- mainwindowimpl.cpp:990: error: within this context
- mainwindowimpl.cpp:990: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:84: error: ‘QCheckBox* MainWindow::chkCaseIns’ is private
- mainwindowimpl.cpp:995: error: within this context
- mainwindowimpl.cpp:995: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:82: error: ‘QCheckBox* MainWindow::chkExpandWildcards’ is private
- mainwindowimpl.cpp:1000: error: within this context
- mainwindowimpl.cpp:1000: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:81: error: ‘QCheckBox* MainWindow::chkStripOutput’ is private
- mainwindowimpl.cpp:1005: error: within this context
- mainwindowimpl.cpp:1005: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:98: error: ‘QCheckBox* MainWindow::chkIndent’ is private
- mainwindowimpl.cpp:1010: error: within this context
- mainwindowimpl.cpp:1010: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindowimpl.cpp:1015: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:1015: error: expected `;' before ‘temp’
- mainwindowimpl.cpp:1016: error: ‘temp’ was not declared in this scope
- mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
- mainwindowimpl.cpp:1019: error: within this context
- mainwindowimpl.cpp:1019: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:102: error: ‘QCheckBox* MainWindow::chkHTML’ is private
- mainwindowimpl.cpp:1021: error: within this context
- mainwindowimpl.cpp:1021: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindowimpl.cpp:1026: error: ‘backColor’ was not declared in this scope
- mainwindowimpl.cpp:1026: error: ‘foreColor’ was not declared in this scope
- mainwindow.h:85: error: ‘QCheckBox* MainWindow::chkMergeDirectories’ is private
- mainwindowimpl.cpp:1028: error: within this context
- mainwindowimpl.cpp:1028: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:93: error: ‘QCheckBox* MainWindow::chkOutputdb’ is private
- mainwindowimpl.cpp:1033: error: within this context
- mainwindowimpl.cpp:1033: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:92: error: ‘QCheckBox* MainWindow::chkExcludeLAME’ is private
- mainwindowimpl.cpp:1038: error: within this context
- mainwindowimpl.cpp:1038: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:91: error: ‘QCheckBox* MainWindow::chkExcludeConstant’ is private
- mainwindowimpl.cpp:1043: error: within this context
- mainwindowimpl.cpp:1043: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:95: error: ‘QRadioButton* MainWindow::radID3v1’ is private
- mainwindowimpl.cpp:1048: error: within this context
- mainwindowimpl.cpp:1048: error: invalid use of undefined type ‘struct QRadioButton’
- mainwindow.h:35: error: forward declaration of ‘struct QRadioButton’
- mainwindowimpl.cpp:1054: error: ‘currentFile’ was not declared in this scope
- mainwindowimpl.cpp:1056: error: ‘class MainWindowImpl’ has no member named ‘setCaption’
- mainwindowimpl.cpp:1056: error: ‘currentFilename’ was not declared in this scope
- mainwindowimpl.cpp:1056: error: ‘APPTITLE’ was not declared in this scope
- mainwindowimpl.cpp:1056: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp: In member function ‘bool MainWindowImpl::openFile()’:
- mainwindowimpl.cpp:1066: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:1066: error: expected `;' before ‘line’
- mainwindowimpl.cpp:1069: error: ‘currentFile’ was not declared in this scope
- mainwindowimpl.cpp:1069: error: ‘IO_ReadOnly’ was not declared in this scope
- mainwindowimpl.cpp:1069: error: ‘IO_Translate’ was not declared in this scope
- mainwindowimpl.cpp:1071: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:1071: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:1071: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp:1076: error: ‘QTextStream’ was not declared in this scope
- mainwindowimpl.cpp:1076: error: expected `;' before ‘input’
- mainwindowimpl.cpp:1077: error: ‘input’ was not declared in this scope
- mainwindowimpl.cpp:1077: error: ‘QTextStream’ is not a class or namespace
- mainwindowimpl.cpp:1080: error: ‘line’ was not declared in this scope
- mainwindowimpl.cpp:1082: error: ‘class Settings’ has no member named ‘version’
- mainwindowimpl.cpp:1084: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:1084: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:1084: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp:1086: error: ‘currentFile’ was not declared in this scope
- mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
- mainwindowimpl.cpp:1093: error: within this context
- mainwindowimpl.cpp:1093: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
- mainwindowimpl.cpp:1097: error: within this context
- mainwindowimpl.cpp:1097: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
- mainwindowimpl.cpp:1101: error: within this context
- mainwindowimpl.cpp:1101: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
- mainwindowimpl.cpp:1105: error: within this context
- mainwindowimpl.cpp:1105: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:86: error: ‘QCheckBox* MainWindow::chkDate’ is private
- mainwindowimpl.cpp:1109: error: within this context
- mainwindowimpl.cpp:1109: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:87: error: ‘QCheckBox* MainWindow::chkTime’ is private
- mainwindowimpl.cpp:1113: error: within this context
- mainwindowimpl.cpp:1113: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:88: error: ‘QCheckBox* MainWindow::chkStats’ is private
- mainwindowimpl.cpp:1117: error: within this context
- mainwindowimpl.cpp:1117: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:89: error: ‘QCheckBox* MainWindow::chkVersion’ is private
- mainwindowimpl.cpp:1121: error: within this context
- mainwindowimpl.cpp:1121: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:83: error: ‘QCheckBox* MainWindow::chkSkipFiles’ is private
- mainwindowimpl.cpp:1125: error: within this context
- mainwindowimpl.cpp:1125: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:84: error: ‘QCheckBox* MainWindow::chkCaseIns’ is private
- mainwindowimpl.cpp:1129: error: within this context
- mainwindowimpl.cpp:1129: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:82: error: ‘QCheckBox* MainWindow::chkExpandWildcards’ is private
- mainwindowimpl.cpp:1133: error: within this context
- mainwindowimpl.cpp:1133: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:81: error: ‘QCheckBox* MainWindow::chkStripOutput’ is private
- mainwindowimpl.cpp:1137: error: within this context
- mainwindowimpl.cpp:1137: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:98: error: ‘QCheckBox* MainWindow::chkIndent’ is private
- mainwindowimpl.cpp:1141: error: within this context
- mainwindowimpl.cpp:1141: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
- mainwindowimpl.cpp:1143: error: within this context
- mainwindowimpl.cpp:1143: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:102: error: ‘QCheckBox* MainWindow::chkHTML’ is private
- mainwindowimpl.cpp:1147: error: within this context
- mainwindowimpl.cpp:1147: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindowimpl.cpp:1149: error: ‘backColor’ was not declared in this scope
- mainwindowimpl.cpp:1150: error: ‘foreColor’ was not declared in this scope
- mainwindow.h:85: error: ‘QCheckBox* MainWindow::chkMergeDirectories’ is private
- mainwindowimpl.cpp:1158: error: within this context
- mainwindowimpl.cpp:1158: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:93: error: ‘QCheckBox* MainWindow::chkOutputdb’ is private
- mainwindowimpl.cpp:1167: error: within this context
- mainwindowimpl.cpp:1167: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:92: error: ‘QCheckBox* MainWindow::chkExcludeLAME’ is private
- mainwindowimpl.cpp:1171: error: within this context
- mainwindowimpl.cpp:1171: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:91: error: ‘QCheckBox* MainWindow::chkExcludeConstant’ is private
- mainwindowimpl.cpp:1175: error: within this context
- mainwindowimpl.cpp:1175: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:95: error: ‘QRadioButton* MainWindow::radID3v1’ is private
- mainwindowimpl.cpp:1179: error: within this context
- mainwindowimpl.cpp:1179: error: invalid use of undefined type ‘struct QRadioButton’
- mainwindow.h:35: error: forward declaration of ‘struct QRadioButton’
- mainwindow.h:96: error: ‘QRadioButton* MainWindow::radID3v2’ is private
- mainwindowimpl.cpp:1181: error: within this context
- mainwindowimpl.cpp:1181: error: invalid use of undefined type ‘struct QRadioButton’
- mainwindow.h:35: error: forward declaration of ‘struct QRadioButton’
- mainwindowimpl.cpp:1184: error: ‘currentFile’ was not declared in this scope
- mainwindowimpl.cpp: At global scope:
- mainwindowimpl.cpp:1189: error: variable or field ‘versionChange’ declared void
- mainwindowimpl.cpp:1189: error: ‘int MainWindowImpl::versionChange’ is not a static member of ‘class MainWindowImpl’
- mainwindowimpl.cpp:1189: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:1190: error: expected ‘,’ or ‘;’ before ‘{’ token
- mainwindow.h: In member function ‘virtual void MainWindowImpl::outputdbToggle()’:
- mainwindow.h:93: error: ‘QCheckBox* MainWindow::chkOutputdb’ is private
- mainwindowimpl.cpp:1267: error: within this context
- mainwindowimpl.cpp:1267: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:93: error: ‘QCheckBox* MainWindow::chkOutputdb’ is private
- mainwindowimpl.cpp:1267: error: within this context
- mainwindowimpl.cpp:1267: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:86: error: ‘QCheckBox* MainWindow::chkDate’ is private
- mainwindowimpl.cpp:1272: error: within this context
- mainwindowimpl.cpp:1272: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:87: error: ‘QCheckBox* MainWindow::chkTime’ is private
- mainwindowimpl.cpp:1273: error: within this context
- mainwindowimpl.cpp:1273: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:88: error: ‘QCheckBox* MainWindow::chkStats’ is private
- mainwindowimpl.cpp:1274: error: within this context
- mainwindowimpl.cpp:1274: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:89: error: ‘QCheckBox* MainWindow::chkVersion’ is private
- mainwindowimpl.cpp:1275: error: within this context
- mainwindowimpl.cpp:1275: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:84: error: ‘QCheckBox* MainWindow::chkCaseIns’ is private
- mainwindowimpl.cpp:1276: error: within this context
- mainwindowimpl.cpp:1276: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:82: error: ‘QCheckBox* MainWindow::chkExpandWildcards’ is private
- mainwindowimpl.cpp:1277: error: within this context
- mainwindowimpl.cpp:1277: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:81: error: ‘QCheckBox* MainWindow::chkStripOutput’ is private
- mainwindowimpl.cpp:1278: error: within this context
- mainwindowimpl.cpp:1278: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:83: error: ‘QCheckBox* MainWindow::chkSkipFiles’ is private
- mainwindowimpl.cpp:1279: error: within this context
- mainwindowimpl.cpp:1279: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:98: error: ‘QCheckBox* MainWindow::chkIndent’ is private
- mainwindowimpl.cpp:1280: error: within this context
- mainwindowimpl.cpp:1280: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:102: error: ‘QCheckBox* MainWindow::chkHTML’ is private
- mainwindowimpl.cpp:1281: error: within this context
- mainwindowimpl.cpp:1281: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:85: error: ‘QCheckBox* MainWindow::chkMergeDirectories’ is private
- mainwindowimpl.cpp:1282: error: within this context
- mainwindowimpl.cpp:1282: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:67: error: ‘QCheckBox* MainWindow::chkAddSeparator’ is private
- mainwindowimpl.cpp:1283: error: within this context
- mainwindowimpl.cpp:1283: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:95: error: ‘QRadioButton* MainWindow::radID3v1’ is private
- mainwindowimpl.cpp:1284: error: within this context
- mainwindowimpl.cpp:1284: error: invalid use of undefined type ‘struct QRadioButton’
- mainwindow.h:35: error: forward declaration of ‘struct QRadioButton’
- mainwindow.h:96: error: ‘QRadioButton* MainWindow::radID3v2’ is private
- mainwindowimpl.cpp:1285: error: within this context
- mainwindowimpl.cpp:1285: error: invalid use of undefined type ‘struct QRadioButton’
- mainwindow.h:35: error: forward declaration of ‘struct QRadioButton’
- mainwindow.h:78: error: ‘QPushButton* MainWindow::cmdAddField’ is private
- mainwindowimpl.cpp:1286: error: within this context
- mainwindowimpl.cpp:1286: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindow.h:71: error: ‘QPushButton* MainWindow::cmdAddString’ is private
- mainwindowimpl.cpp:1287: error: within this context
- mainwindowimpl.cpp:1287: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
- mainwindowimpl.cpp:1288: error: within this context
- mainwindowimpl.cpp:1288: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:73: error: ‘QListBox* MainWindow::lstFields’ is private
- mainwindowimpl.cpp:1289: error: within this context
- mainwindowimpl.cpp:1289: error: invalid use of undefined type ‘struct QListBox’
- mainwindow.h:30: error: forward declaration of ‘struct QListBox’
- mainwindow.h:63: error: ‘QPushButton* MainWindow::cmdFieldUp’ is private
- mainwindowimpl.cpp:1290: error: within this context
- mainwindowimpl.cpp:1290: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindow.h:65: error: ‘QPushButton* MainWindow::cmdFieldDown’ is private
- mainwindowimpl.cpp:1291: error: within this context
- mainwindowimpl.cpp:1291: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindow.h:64: error: ‘QPushButton* MainWindow::cmdRemoveField’ is private
- mainwindowimpl.cpp:1292: error: within this context
- mainwindowimpl.cpp:1292: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindow.h:75: error: ‘QLineEdit* MainWindow::txtWidth’ is private
- mainwindowimpl.cpp:1293: error: within this context
- mainwindowimpl.cpp:1293: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:77: error: ‘QLineEdit* MainWindow::txtSuffix’ is private
- mainwindowimpl.cpp:1294: error: within this context
- mainwindowimpl.cpp:1294: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:70: error: ‘QLineEdit* MainWindow::txtString’ is private
- mainwindowimpl.cpp:1295: error: within this context
- mainwindowimpl.cpp:1295: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:68: error: ‘QLineEdit* MainWindow::txtSeparator’ is private
- mainwindowimpl.cpp:1296: error: within this context
- mainwindowimpl.cpp:1296: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:98: error: ‘QCheckBox* MainWindow::chkIndent’ is private
- mainwindowimpl.cpp:1302: error: within this context
- mainwindowimpl.cpp:1302: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
- mainwindowimpl.cpp:1303: error: within this context
- mainwindowimpl.cpp:1303: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:102: error: ‘QCheckBox* MainWindow::chkHTML’ is private
- mainwindowimpl.cpp:1304: error: within this context
- mainwindowimpl.cpp:1304: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:103: error: ‘QPushButton* MainWindow::cmdBackColor’ is private
- mainwindowimpl.cpp:1306: error: within this context
- mainwindowimpl.cpp:1306: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindow.h:104: error: ‘QPushButton* MainWindow::cmdForeColor’ is private
- mainwindowimpl.cpp:1307: error: within this context
- mainwindowimpl.cpp:1307: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
- mainwindowimpl.cpp:1315: error: within this context
- mainwindowimpl.cpp:1315: error: invalid use of undefined type ‘struct QLineEdit’
- mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
- mainwindow.h:103: error: ‘QPushButton* MainWindow::cmdBackColor’ is private
- mainwindowimpl.cpp:1316: error: within this context
- mainwindowimpl.cpp:1316: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindow.h:104: error: ‘QPushButton* MainWindow::cmdForeColor’ is private
- mainwindowimpl.cpp:1317: error: within this context
- mainwindowimpl.cpp:1317: error: invalid use of undefined type ‘struct QPushButton’
- mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
- mainwindow.h:92: error: ‘QCheckBox* MainWindow::chkExcludeLAME’ is private
- mainwindowimpl.cpp:1322: error: within this context
- mainwindowimpl.cpp:1322: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindow.h:91: error: ‘QCheckBox* MainWindow::chkExcludeConstant’ is private
- mainwindowimpl.cpp:1323: error: within this context
- mainwindowimpl.cpp:1323: error: invalid use of undefined type ‘struct QCheckBox’
- mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::menuOpen()’:
- mainwindowimpl.cpp:1340: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:1340: error: expected `;' before ‘fileName’
- mainwindowimpl.cpp:1343: error: ‘fileName’ was not declared in this scope
- mainwindowimpl.cpp:1345: error: ‘QFile’ has not been declared
- mainwindowimpl.cpp:1347: error: ‘currentFile’ was not declared in this scope
- mainwindowimpl.cpp:1350: error: ‘class MainWindowImpl’ has no member named ‘setCaption’
- mainwindowimpl.cpp:1350: error: ‘APPTITLE’ was not declared in this scope
- mainwindowimpl.cpp:1350: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp:1351: error: ‘currentFilename’ was not declared in this scope
- mainwindowimpl.cpp:1354: error: ‘currentFilename’ was not declared in this scope
- mainwindowimpl.cpp:1358: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:1358: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:1358: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::menuSave()’:
- mainwindowimpl.cpp:1370: error: ‘currentFilename’ was not declared in this scope
- mainwindowimpl.cpp: In member function ‘virtual bool MainWindowImpl::menuSaveAs()’:
- mainwindowimpl.cpp:1380: error: ‘currentFilename’ was not declared in this scope
- mainwindowimpl.cpp:1380: error: ‘QFileDialog’ has not been declared
- mainwindowimpl.cpp:1380: error: ‘class Settings’ has no member named ‘homeDir’
- mainwindowimpl.cpp:1380: error: ‘tr’ was not declared in this scope
- mainwindowimpl.cpp:1387: error: ‘QFile’ has not been declared
- mainwindowimpl.cpp:1389: error: ‘QMessageBox’ has not been declared
- mainwindowimpl.cpp:1389: error: ‘prepMessageBox’ was not declared in this scope
- mainwindowimpl.cpp:1391: error: ‘QDir’ has not been declared
- mainwindowimpl.cpp:1402: error: ‘currentFile’ was not declared in this scope
- mainwindowimpl.cpp:1403: error: ‘class MainWindowImpl’ has no member named ‘setCaption’
- mainwindowimpl.cpp:1403: error: ‘APPTITLE’ was not declared in this scope
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::menuExit()’:
- mainwindowimpl.cpp:1417: error: ‘class MainWindowImpl’ has no member named ‘close’
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::menuOptions()’:
- mainwindowimpl.cpp:1425: error: no matching function for call to ‘OptionsWindowImpl::OptionsWindowImpl(MainWindowImpl* const)’
- optionswindowimpl.h:33: note: candidates are: OptionsWindowImpl::OptionsWindowImpl()
- optionswindowimpl.h:33: note: OptionsWindowImpl::OptionsWindowImpl(const OptionsWindowImpl&)
- mainwindowimpl.cpp:1426: error: ‘class OptionsWindowImpl’ has no member named ‘show’
- mainwindowimpl.cpp:1427: error: ‘class OptionsWindowImpl’ has no member named ‘raise’
- mainwindowimpl.cpp:1428: error: ‘class OptionsWindowImpl’ has no member named ‘setActiveWindow’
- mainwindowimpl.cpp:1434: error: ‘QString’ was not declared in this scope
- mainwindowimpl.cpp:1434: error: ‘SIGNAL’ was not declared in this scope
- mainwindowimpl.cpp:1434: error: ‘SLOT’ was not declared in this scope
- mainwindowimpl.cpp:1434: error: ‘connect’ was not declared in this scope
- mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::menuAbout()’:
- mainwindowimpl.cpp:1442: error: no matching function for call to ‘AboutWindow::AboutWindow(MainWindowImpl* const)’
- aboutwindow.h:28: note: candidates are: AboutWindow::AboutWindow()
- aboutwindow.h:28: note: AboutWindow::AboutWindow(const AboutWindow&)
- mainwindowimpl.cpp:1443: error: ‘class AboutWindow’ has no member named ‘show’
- mainwindowimpl.cpp:1444: error: ‘class AboutWindow’ has no member named ‘raise’
- mainwindowimpl.cpp:1445: error: ‘class AboutWindow’ has no member named ‘setActiveWindow’
- images.h: At global scope:
- images.h:90: warning: ‘embed_image_vec’ defined but not used
- make[1]: *** [mainwindowimpl.o] Error 1
- make[1]: Leaving directory `/srv/Local/Downloads/qtoidua-0.08/src'
- make: *** [sub-src] Error 2
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.