Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Someone
Friday, December 21st, 2007 at 2:36:51am UTC 

  1. # qmake qtoidua.pro && make
  2. cd src && make -f Makefile
  3. make[1]: Entering directory `/srv/Local/Downloads/qtoidua-0.08/src'
  4. 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
  5. mainwindowimpl.cpp:23:26: error: qapplication.h: No such file or directory
  6. mainwindowimpl.cpp:24:25: error: qpushbutton.h: No such file or directory
  7. mainwindowimpl.cpp:25:23: error: qlineedit.h: No such file or directory
  8. mainwindowimpl.cpp:26:23: error: qcheckbox.h: No such file or directory
  9. mainwindowimpl.cpp:27:26: error: qcolordialog.h: No such file or directory
  10. mainwindowimpl.cpp:28:25: error: qmessagebox.h: No such file or directory
  11. mainwindowimpl.cpp:29:25: error: qfiledialog.h: No such file or directory
  12. mainwindowimpl.cpp:30:24: error: qvalidator.h: No such file or directory
  13. mainwindowimpl.cpp:31:20: error: qlabel.h: No such file or directory
  14. mainwindowimpl.cpp:32:22: error: qlistbox.h: No such file or directory
  15. mainwindowimpl.cpp:33:23: error: qsettings.h: No such file or directory
  16. mainwindowimpl.cpp:34:18: error: qdir.h: No such file or directory
  17. mainwindowimpl.cpp:35:25: error: qtextstream.h: No such file or directory
  18. mainwindowimpl.cpp:36:24: error: qtabwidget.h: No such file or directory
  19. mainwindowimpl.cpp:37:24: error: qstatusbar.h: No such file or directory
  20. mainwindowimpl.cpp:38:19: error: qsize.h: No such file or directory
  21. mainwindowimpl.cpp:39:26: error: qradiobutton.h: No such file or directory
  22. In file included from mainwindowimpl.cpp:40:
  23. mainwindowimpl.h:26:21: error: qstring.h: No such file or directory
  24. mainwindowimpl.h:27:20: error: qcolor.h: No such file or directory
  25. mainwindowimpl.h:28:25: error: qstringlist.h: No such file or directory
  26. mainwindowimpl.h:29:22: error: qprocess.h: No such file or directory
  27. mainwindowimpl.h:30:19: error: qfile.h: No such file or directory
  28. mainwindowimpl.h:31:19: error: qfont.h: No such file or directory
  29. In file included from mainwindowimpl.h:32,
  30.                  from mainwindowimpl.cpp:40:
  31. mainwindow.h:13:22: error: qvariant.h: No such file or directory
  32. mainwindow.h:14:25: error: qmainwindow.h: No such file or directory
  33. In file included from optionswindowimpl.h:30,
  34.                  from mainwindowimpl.cpp:41:
  35. optionswindow.h:14:21: error: qdialog.h: No such file or directory
  36. In file included from mainwindowimpl.cpp:42:
  37. aboutwindow.h:14:21: error: qpixmap.h: No such file or directory
  38. In file included from mainwindowimpl.cpp:43:
  39. images.h:3:20: error: qimage.h: No such file or directory
  40. images.h:4:19: error: qdict.h: No such file or directory
  41. mainwindow.h:38: error: expected class-name before ‘{’ token
  42. mainwindow.h:39: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
  43. mainwindow.h:41: error: expected ‘;’ before ‘public’
  44. mainwindow.h:107: error: ISO C++ forbids declaration of ‘QMenuBar’ with no type
  45. mainwindow.h:107: error: expected ‘;’ before ‘*’ token
  46. mainwindow.h:118: error: expected `:' before ‘slots’
  47. mainwindow.h:119: error: expected primary-expression before ‘virtual’
  48. mainwindow.h:119: error: ISO C++ forbids declaration of ‘slots’ with no type
  49. mainwindow.h:119: error: expected ‘;’ before ‘virtual’
  50. mainwindow.h:190: error: expected `:' before ‘slots’
  51. mainwindow.h:191: error: expected primary-expression before ‘virtual’
  52. mainwindow.h:191: error: ISO C++ forbids declaration of ‘slots’ with no type
  53. mainwindow.h:191: error: expected ‘;’ before ‘virtual’
  54. settings.h:34: error: ‘QString’ does not name a type
  55. settings.h:35: error: ‘QString’ does not name a type
  56. settings.h:38: error: ‘QString’ does not name a type
  57. settings.h:39: error: ‘QString’ has not been declared
  58. settings.h:39: error: ‘QString’ has not been declared
  59. settings.h:39: error: ‘QString’ has not been declared
  60. mainwindowimpl.h:37: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
  61. mainwindowimpl.h:39: error: expected ‘;’ before ‘public’
  62. mainwindowimpl.h:43: error: ‘QString’ does not name a type
  63. mainwindowimpl.h:44: error: ‘QString’ does not name a type
  64. mainwindowimpl.h:45: error: ‘QString’ does not name a type
  65. mainwindowimpl.h:46: error: ‘QString’ does not name a type
  66. mainwindowimpl.h:47: error: ‘QFile’ does not name a type
  67. mainwindowimpl.h:48: error: ‘QColor’ does not name a type
  68. mainwindowimpl.h:49: error: ‘QColor’ does not name a type
  69. mainwindowimpl.h:50: error: ISO C++ forbids declaration of ‘QProcess’ with no type
  70. mainwindowimpl.h:50: error: expected ‘;’ before ‘*’ token
  71. mainwindowimpl.h:51: error: ‘QFont’ does not name a type
  72. mainwindowimpl.h:55: error: ‘QCloseEvent’ has not been declared
  73. mainwindowimpl.h:56: error: ‘QString’ does not name a type
  74. mainwindowimpl.h:62: error: ‘QStringList’ does not name a type
  75. mainwindowimpl.h:63: error: ‘QString’ has not been declared
  76. mainwindowimpl.h:67: error: expected `:' before ‘slots’
  77. mainwindowimpl.h:68: error: expected primary-expression before ‘void’
  78. mainwindowimpl.h:68: error: ISO C++ forbids declaration of ‘slots’ with no type
  79. mainwindowimpl.h:68: error: expected ‘;’ before ‘void’
  80. mainwindowimpl.h:93: error: ‘QString’ has not been declared
  81. mainwindowimpl.h:36: warning: ‘class MainWindowImpl’ has virtual functions but non-virtual destructor
  82. optionswindow.h:29: error: expected class-name before ‘{’ token
  83. optionswindow.h:30: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
  84. optionswindow.h:32: error: expected ‘;’ before ‘public’
  85. optionswindow.h:50: error: expected `:' before ‘slots’
  86. optionswindow.h:51: error: expected primary-expression before ‘virtual’
  87. optionswindow.h:51: error: ISO C++ forbids declaration of ‘slots’ with no type
  88. optionswindow.h:51: error: expected ‘;’ before ‘virtual’
  89. optionswindow.h:65: error: expected `:' before ‘slots’
  90. optionswindow.h:66: error: expected primary-expression before ‘virtual’
  91. optionswindow.h:66: error: ISO C++ forbids declaration of ‘slots’ with no type
  92. optionswindow.h:66: error: expected ‘;’ before ‘virtual’
  93. optionswindowimpl.h:34: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
  94. optionswindowimpl.h:36: error: expected ‘;’ before ‘public’
  95. optionswindowimpl.h:40: error: ‘QString’ does not name a type
  96. optionswindowimpl.h:41: error: ‘QString’ does not name a type
  97. optionswindowimpl.h:43: error: ‘QFont’ does not name a type
  98. optionswindowimpl.h:45: error: ‘QDir’ does not name a type
  99. optionswindowimpl.h:46: error: ‘QString’ does not name a type
  100. optionswindowimpl.h:49: error: expected primary-expression before ‘void’
  101. optionswindowimpl.h:49: error: ISO C++ forbids declaration of ‘signals’ with no type
  102. optionswindowimpl.h:49: error: expected ‘;’ before ‘void’
  103. optionswindowimpl.h:51: error: expected `:' before ‘slots’
  104. optionswindowimpl.h:52: error: expected primary-expression before ‘void’
  105. optionswindowimpl.h:52: error: ISO C++ forbids declaration of ‘slots’ with no type
  106. optionswindowimpl.h:52: error: expected ‘;’ before ‘void’
  107. optionswindowimpl.h:54: error: expected `:' before ‘slots’
  108. optionswindowimpl.h:55: error: expected primary-expression before ‘void’
  109. optionswindowimpl.h:55: error: ISO C++ forbids declaration of ‘slots’ with no type
  110. optionswindowimpl.h:55: error: expected ‘;’ before ‘void’
  111. optionswindowimpl.h:33: warning: ‘class OptionsWindowImpl’ has virtual functions but non-virtual destructor
  112. aboutwindow.h:28: error: expected class-name before ‘{’ token
  113. aboutwindow.h:29: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
  114. aboutwindow.h:31: error: expected ‘;’ before ‘public’
  115. aboutwindow.h:53: error: expected `:' before ‘slots’
  116. aboutwindow.h:54: error: expected primary-expression before ‘virtual’
  117. aboutwindow.h:54: error: ISO C++ forbids declaration of ‘slots’ with no type
  118. aboutwindow.h:54: error: expected ‘;’ before ‘virtual’
  119. aboutwindow.h:57: error: ‘QPixmap’ does not name a type
  120. images.h:5: error: ‘QRgb’ does not name a type
  121. images.h:87: error: ISO C++ forbids declaration of ‘QRgb’ with no type
  122. images.h:87: error: expected ‘;’ before ‘*’ token
  123. images.h:91: error: ‘icon32x32_data’ was not declared in this scope
  124. images.h:91: error: ‘TRUE’ was not declared in this scope
  125. images.h:93: error: too many initializers for ‘EmbedImage’
  126. images.h:93: error: too many initializers for ‘EmbedImage’
  127. images.h:95: error: expected initializer before ‘&’ token
  128. mainwindowimpl.cpp:45: error: ‘QString’ does not name a type
  129. mainwindowimpl.cpp:47: error: expected `)' before ‘startOpen’
  130. mainwindowimpl.cpp:185: error: variable or field ‘closeEvent’ declared void
  131. mainwindowimpl.cpp:185: error: ‘int MainWindowImpl::closeEvent’ is not a static member of ‘class MainWindowImpl’
  132. mainwindowimpl.cpp:185: error: ‘QCloseEvent’ was not declared in this scope
  133. mainwindowimpl.cpp:185: error: ‘cl’ was not declared in this scope
  134. mainwindowimpl.cpp:186: error: expected ‘,’ or ‘;’ before ‘{’ token
  135. mainwindowimpl.cpp:214: error: ‘QString’ does not name a type
  136. mainwindowimpl.cpp:229: error: no ‘void MainWindowImpl::generateList()’ member function declared in class ‘MainWindowImpl’
  137. mainwindow.h: In member function ‘void MainWindowImpl::generateList()’:
  138. mainwindow.h:106: error: ‘QPushButton* MainWindow::cmdGenerateList’ is private
  139. mainwindowimpl.cpp:236: error: within this context
  140. mainwindowimpl.cpp:236: error: invalid use of undefined type ‘struct QPushButton’
  141. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  142. mainwindowimpl.cpp:236: error: ‘tr’ was not declared in this scope
  143. mainwindowimpl.cpp:237: error: ‘OIDUA’ was not declared in this scope
  144. mainwindowimpl.cpp:244: error: ‘OIDUA’ was not declared in this scope
  145. mainwindowimpl.cpp:244: error: expected type-specifier before ‘QProcess’
  146. mainwindowimpl.cpp:244: error: expected `;' before ‘QProcess’
  147. mainwindowimpl.cpp:247: error: ‘SIGNAL’ was not declared in this scope
  148. mainwindowimpl.cpp:247: error: ‘SLOT’ was not declared in this scope
  149. mainwindowimpl.cpp:247: error: ‘connect’ was not declared in this scope
  150. mainwindow.h:106: error: ‘QPushButton* MainWindow::cmdGenerateList’ is private
  151. mainwindowimpl.cpp:250: error: within this context
  152. mainwindowimpl.cpp:250: error: invalid use of undefined type ‘struct QPushButton’
  153. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  154. mainwindow.h:105: error: ‘QLabel* MainWindow::statusLabel’ is private
  155. mainwindowimpl.cpp:251: error: within this context
  156. mainwindowimpl.cpp:251: error: invalid use of undefined type ‘struct QLabel’
  157. mainwindow.h:26: error: forward declaration of ‘struct QLabel’
  158. mainwindowimpl.cpp:256: error: ‘QMessageBox’ has not been declared
  159. mainwindowimpl.cpp:256: error: ‘prepMessageBox’ was not declared in this scope
  160. mainwindow.h:106: error: ‘QPushButton* MainWindow::cmdGenerateList’ is private
  161. mainwindowimpl.cpp:259: error: within this context
  162. mainwindowimpl.cpp:259: error: invalid use of undefined type ‘struct QPushButton’
  163. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  164. mainwindow.h:105: error: ‘QLabel* MainWindow::statusLabel’ is private
  165. mainwindowimpl.cpp:260: error: within this context
  166. mainwindowimpl.cpp:260: error: invalid use of undefined type ‘struct QLabel’
  167. mainwindow.h:26: error: forward declaration of ‘struct QLabel’
  168. mainwindowimpl.cpp: In member function ‘bool MainWindowImpl::verifyData()’:
  169. mainwindowimpl.cpp:271: error: ‘QString’ was not declared in this scope
  170. mainwindowimpl.cpp:271: error: expected `;' before ‘OIDUALocation’
  171. mainwindowimpl.cpp:272: error: ‘outputFile’ was not declared in this scope
  172. mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
  173. mainwindowimpl.cpp:272: error: within this context
  174. mainwindowimpl.cpp:272: error: invalid use of undefined type ‘struct QLineEdit’
  175. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  176. mainwindowimpl.cpp:273: error: ‘indent’ was not declared in this scope
  177. mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
  178. mainwindowimpl.cpp:273: error: within this context
  179. mainwindowimpl.cpp:273: error: invalid use of undefined type ‘struct QLineEdit’
  180. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  181. mainwindowimpl.cpp:274: error: ‘QFile’ was not declared in this scope
  182. mainwindowimpl.cpp:274: error: expected `;' before ‘OIDUAExec’
  183. mainwindowimpl.cpp:275: error: ‘QDir’ was not declared in this scope
  184. mainwindowimpl.cpp:275: error: expected `;' before ‘dirCheck’
  185. mainwindowimpl.cpp:276: error: ‘uint’ was not declared in this scope
  186. mainwindowimpl.cpp:276: error: expected `;' before ‘i’
  187. mainwindowimpl.cpp:281: error: ‘OIDUALocation’ was not declared in this scope
  188. mainwindowimpl.cpp:283: error: ‘QMessageBox’ has not been declared
  189. mainwindowimpl.cpp:283: error: ‘prepMessageBox’ was not declared in this scope
  190. mainwindowimpl.cpp:283: error: ‘tr’ was not declared in this scope
  191. mainwindowimpl.cpp:292: error: ‘QMessageBox’ has not been declared
  192. mainwindowimpl.cpp:292: error: ‘prepMessageBox’ was not declared in this scope
  193. mainwindowimpl.cpp:292: error: ‘tr’ was not declared in this scope
  194. mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
  195. mainwindowimpl.cpp:294: error: within this context
  196. mainwindowimpl.cpp:294: error: invalid use of undefined type ‘struct QTabWidget’
  197. mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
  198. mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
  199. mainwindowimpl.cpp:295: error: within this context
  200. mainwindowimpl.cpp:295: error: invalid use of undefined type ‘struct QLineEdit’
  201. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  202. mainwindow.h:98: error: ‘QCheckBox* MainWindow::chkIndent’ is private
  203. mainwindowimpl.cpp:300: error: within this context
  204. mainwindowimpl.cpp:300: error: invalid use of undefined type ‘struct QCheckBox’
  205. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  206. mainwindowimpl.cpp:302: error: ‘QMessageBox’ has not been declared
  207. mainwindowimpl.cpp:302: error: ‘prepMessageBox’ was not declared in this scope
  208. mainwindowimpl.cpp:302: error: ‘tr’ was not declared in this scope
  209. mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
  210. mainwindowimpl.cpp:304: error: within this context
  211. mainwindowimpl.cpp:304: error: invalid use of undefined type ‘struct QTabWidget’
  212. mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
  213. mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
  214. mainwindowimpl.cpp:305: error: within this context
  215. mainwindowimpl.cpp:305: error: invalid use of undefined type ‘struct QLineEdit’
  216. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  217. mainwindowimpl.cpp:310: error: ‘OIDUAExec’ was not declared in this scope
  218. mainwindowimpl.cpp:312: error: ‘QMessageBox’ has not been declared
  219. mainwindowimpl.cpp:312: error: ‘prepMessageBox’ was not declared in this scope
  220. mainwindowimpl.cpp:312: error: ‘tr’ was not declared in this scope
  221. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  222. mainwindowimpl.cpp:318: error: within this context
  223. mainwindowimpl.cpp:318: error: invalid use of undefined type ‘struct QListBox’
  224. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  225. mainwindowimpl.cpp:320: error: ‘QMessageBox’ has not been declared
  226. mainwindowimpl.cpp:320: error: ‘prepMessageBox’ was not declared in this scope
  227. mainwindowimpl.cpp:320: error: ‘tr’ was not declared in this scope
  228. mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
  229. mainwindowimpl.cpp:322: error: within this context
  230. mainwindowimpl.cpp:322: error: invalid use of undefined type ‘struct QTabWidget’
  231. mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
  232. mainwindowimpl.cpp:329: error: ‘i’ was not declared in this scope
  233. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  234. mainwindowimpl.cpp:329: error: within this context
  235. mainwindowimpl.cpp:329: error: invalid use of undefined type ‘struct QListBox’
  236. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  237. mainwindowimpl.cpp:331: error: ‘dirCheck’ was not declared in this scope
  238. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  239. mainwindowimpl.cpp:331: error: within this context
  240. mainwindowimpl.cpp:331: error: invalid use of undefined type ‘struct QListBox’
  241. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  242. mainwindowimpl.cpp:334: error: ‘QMessageBox’ has not been declared
  243. mainwindowimpl.cpp:334: error: ‘prepMessageBox’ was not declared in this scope
  244. mainwindowimpl.cpp:334: error: ‘tr’ was not declared in this scope
  245. mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
  246. mainwindowimpl.cpp:336: error: within this context
  247. mainwindowimpl.cpp:336: error: invalid use of undefined type ‘struct QTabWidget’
  248. mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
  249. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  250. mainwindowimpl.cpp:337: error: within this context
  251. mainwindowimpl.cpp:337: error: invalid use of undefined type ‘struct QListBox’
  252. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  253. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  254. mainwindowimpl.cpp:344: error: within this context
  255. mainwindowimpl.cpp:344: error: invalid use of undefined type ‘struct QListBox’
  256. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  257. mainwindowimpl.cpp:346: error: ‘i’ was not declared in this scope
  258. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  259. mainwindowimpl.cpp:346: error: within this context
  260. mainwindowimpl.cpp:346: error: invalid use of undefined type ‘struct QListBox’
  261. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  262. mainwindowimpl.cpp:348: error: ‘dirCheck’ was not declared in this scope
  263. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  264. mainwindowimpl.cpp:348: error: within this context
  265. mainwindowimpl.cpp:348: error: invalid use of undefined type ‘struct QListBox’
  266. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  267. mainwindowimpl.cpp:351: error: ‘QMessageBox’ has not been declared
  268. mainwindowimpl.cpp:351: error: ‘prepMessageBox’ was not declared in this scope
  269. mainwindowimpl.cpp:351: error: ‘tr’ was not declared in this scope
  270. mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
  271. mainwindowimpl.cpp:353: error: within this context
  272. mainwindowimpl.cpp:353: error: invalid use of undefined type ‘struct QTabWidget’
  273. mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
  274. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  275. mainwindowimpl.cpp:354: error: within this context
  276. mainwindowimpl.cpp:354: error: invalid use of undefined type ‘struct QListBox’
  277. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  278. mainwindowimpl.cpp:361: error: expected `;' before ‘checkOutputFile’
  279. mainwindowimpl.cpp:364: error: ‘checkOutputFile’ was not declared in this scope
  280. mainwindowimpl.cpp:366: error: ‘QMessageBox’ has not been declared
  281. mainwindowimpl.cpp:366: error: ‘prepMessageBox’ was not declared in this scope
  282. mainwindowimpl.cpp:366: error: ‘tr’ was not declared in this scope
  283. mainwindowimpl.cpp:368: error: ‘QDir’ is not a class or namespace
  284. mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
  285. mainwindowimpl.cpp:372: error: within this context
  286. mainwindowimpl.cpp:372: error: invalid use of undefined type ‘struct QTabWidget’
  287. mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
  288. mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
  289. mainwindowimpl.cpp:373: error: within this context
  290. mainwindowimpl.cpp:373: error: invalid use of undefined type ‘struct QLineEdit’
  291. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  292. mainwindowimpl.cpp:383: error: ‘checkOutputFile’ was not declared in this scope
  293. mainwindowimpl.cpp:383: error: ‘IO_WriteOnly’ was not declared in this scope
  294. mainwindowimpl.cpp:383: error: ‘IO_Translate’ was not declared in this scope
  295. mainwindowimpl.cpp:385: error: ‘QMessageBox’ has not been declared
  296. mainwindowimpl.cpp:385: error: ‘prepMessageBox’ was not declared in this scope
  297. mainwindowimpl.cpp:385: error: ‘tr’ was not declared in this scope
  298. mainwindowimpl.cpp: At global scope:
  299. mainwindowimpl.cpp:394: error: ‘QStringList’ does not name a type
  300. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::setBackColor()’:
  301. mainwindowimpl.cpp:509: error: ‘QColor’ was not declared in this scope
  302. mainwindowimpl.cpp:509: error: expected `;' before ‘backColorBack’
  303. mainwindowimpl.cpp:510: error: ‘backColor’ was not declared in this scope
  304. mainwindowimpl.cpp:510: error: ‘QColorDialog’ has not been declared
  305. mainwindowimpl.cpp:512: error: ‘backColorBack’ was not declared in this scope
  306. mainwindowimpl.cpp:515: error: ‘backColorBack’ was not declared in this scope
  307. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::setForeColor()’:
  308. mainwindowimpl.cpp:523: error: ‘QColor’ was not declared in this scope
  309. mainwindowimpl.cpp:523: error: expected `;' before ‘foreColorBack’
  310. mainwindowimpl.cpp:524: error: ‘foreColor’ was not declared in this scope
  311. mainwindowimpl.cpp:524: error: ‘QColorDialog’ has not been declared
  312. mainwindowimpl.cpp:526: error: ‘foreColorBack’ was not declared in this scope
  313. mainwindowimpl.cpp:529: error: ‘foreColorBack’ was not declared in this scope
  314. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::chooseOutput()’:
  315. mainwindowimpl.cpp:537: error: ‘QString’ was not declared in this scope
  316. mainwindowimpl.cpp:537: error: expected `;' before ‘fileName’
  317. mainwindowimpl.cpp:540: error: ‘fileName’ was not declared in this scope
  318. mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
  319. mainwindowimpl.cpp:542: error: within this context
  320. mainwindowimpl.cpp:542: error: invalid use of undefined type ‘struct QLineEdit’
  321. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  322. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::addIncludeDirectory()’:
  323. mainwindowimpl.cpp:551: error: ‘lastDirectory’ was not declared in this scope
  324. mainwindowimpl.cpp:552: error: ‘class Settings’ has no member named ‘homeDir’
  325. mainwindowimpl.cpp:554: error: ‘QString’ was not declared in this scope
  326. mainwindowimpl.cpp:554: error: expected `;' before ‘fileName’
  327. mainwindowimpl.cpp:557: error: ‘fileName’ was not declared in this scope
  328. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  329. mainwindowimpl.cpp:559: error: within this context
  330. mainwindowimpl.cpp:559: error: invalid use of undefined type ‘struct QListBox’
  331. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  332. mainwindowimpl.cpp:560: error: ‘lastDirectory’ was not declared in this scope
  333. mainwindow.h: In member function ‘virtual void MainWindowImpl::removeIncludeDirectory()’:
  334. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  335. mainwindowimpl.cpp:570: error: within this context
  336. mainwindowimpl.cpp:570: error: invalid use of undefined type ‘struct QListBox’
  337. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  338. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  339. mainwindowimpl.cpp:570: error: within this context
  340. mainwindowimpl.cpp:570: error: invalid use of undefined type ‘struct QListBox’
  341. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  342. mainwindow.h: In member function ‘virtual void MainWindowImpl::moveIncludeUp()’:
  343. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  344. mainwindowimpl.cpp:579: error: within this context
  345. mainwindow.h: In member function ‘virtual void MainWindowImpl::moveIncludeDown()’:
  346. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  347. mainwindowimpl.cpp:586: error: within this context
  348. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::addExcludeDirectory()’:
  349. mainwindowimpl.cpp:593: error: ‘lastDirectory’ was not declared in this scope
  350. mainwindowimpl.cpp:594: error: ‘class Settings’ has no member named ‘homeDir’
  351. mainwindowimpl.cpp:596: error: ‘QString’ was not declared in this scope
  352. mainwindowimpl.cpp:596: error: expected `;' before ‘fileName’
  353. mainwindowimpl.cpp:599: error: ‘fileName’ was not declared in this scope
  354. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  355. mainwindowimpl.cpp:601: error: within this context
  356. mainwindowimpl.cpp:601: error: invalid use of undefined type ‘struct QListBox’
  357. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  358. mainwindowimpl.cpp:602: error: ‘lastDirectory’ was not declared in this scope
  359. mainwindow.h: In member function ‘virtual void MainWindowImpl::removeExcludeDirectory()’:
  360. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  361. mainwindowimpl.cpp:612: error: within this context
  362. mainwindowimpl.cpp:612: error: invalid use of undefined type ‘struct QListBox’
  363. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  364. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  365. mainwindowimpl.cpp:612: error: within this context
  366. mainwindowimpl.cpp:612: error: invalid use of undefined type ‘struct QListBox’
  367. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  368. mainwindow.h: In member function ‘virtual void MainWindowImpl::addField()’:
  369. mainwindow.h:73: error: ‘QListBox* MainWindow::lstFields’ is private
  370. mainwindowimpl.cpp:628: error: within this context
  371. mainwindowimpl.cpp:628: error: invalid use of undefined type ‘struct QListBox’
  372. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  373. mainwindowimpl.cpp:631: error: invalid conversion from ‘const char*’ to ‘int’
  374. mainwindowimpl.cpp:631: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  375. mainwindowimpl.cpp:634: error: invalid conversion from ‘const char*’ to ‘int’
  376. mainwindowimpl.cpp:634: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  377. mainwindowimpl.cpp:637: error: invalid conversion from ‘const char*’ to ‘int’
  378. mainwindowimpl.cpp:637: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  379. mainwindowimpl.cpp:640: error: invalid conversion from ‘const char*’ to ‘int’
  380. mainwindowimpl.cpp:640: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  381. mainwindowimpl.cpp:643: error: invalid conversion from ‘const char*’ to ‘int’
  382. mainwindowimpl.cpp:643: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  383. mainwindowimpl.cpp:646: error: invalid conversion from ‘const char*’ to ‘int’
  384. mainwindowimpl.cpp:646: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  385. mainwindowimpl.cpp:649: error: invalid conversion from ‘const char*’ to ‘int’
  386. mainwindowimpl.cpp:649: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  387. mainwindowimpl.cpp:652: error: invalid conversion from ‘const char*’ to ‘int’
  388. mainwindowimpl.cpp:652: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  389. mainwindowimpl.cpp:655: error: invalid conversion from ‘const char*’ to ‘int’
  390. mainwindowimpl.cpp:655: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  391. mainwindowimpl.cpp:658: error: invalid conversion from ‘const char*’ to ‘int’
  392. mainwindowimpl.cpp:658: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  393. mainwindowimpl.cpp:661: error: invalid conversion from ‘const char*’ to ‘int’
  394. mainwindowimpl.cpp:661: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  395. mainwindowimpl.cpp:664: error: invalid conversion from ‘const char*’ to ‘int’
  396. mainwindowimpl.cpp:664: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  397. mainwindowimpl.cpp:667: error: invalid conversion from ‘const char*’ to ‘int’
  398. mainwindowimpl.cpp:667: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  399. mainwindowimpl.cpp:670: error: invalid conversion from ‘const char*’ to ‘int’
  400. mainwindowimpl.cpp:670: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  401. mainwindowimpl.cpp:673: error: invalid conversion from ‘const char*’ to ‘int’
  402. mainwindowimpl.cpp:673: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  403. mainwindowimpl.cpp:676: error: invalid conversion from ‘const char*’ to ‘int’
  404. mainwindowimpl.cpp:676: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  405. mainwindowimpl.cpp:679: error: invalid conversion from ‘const char*’ to ‘int’
  406. mainwindowimpl.cpp:679: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  407. mainwindowimpl.cpp:682: error: invalid conversion from ‘const char*’ to ‘int’
  408. mainwindowimpl.cpp:682: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  409. mainwindowimpl.cpp:685: error: invalid conversion from ‘const char*’ to ‘int’
  410. mainwindowimpl.cpp:685: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  411. mainwindowimpl.cpp:688: error: invalid conversion from ‘const char*’ to ‘int’
  412. mainwindowimpl.cpp:688: error:   initializing argument 1 of ‘void MainWindowImpl::addFieldData(int)
  413. mainwindowimpl.cpp: At global scope:
  414. mainwindowimpl.cpp:695: error: variable or field ‘addFieldData’ declared void
  415. mainwindowimpl.cpp:695: error: ‘int MainWindowImpl::addFieldData’ is not a static member of ‘class MainWindowImpl’
  416. mainwindowimpl.cpp:695: error: ‘QString’ was not declared in this scope
  417. mainwindowimpl.cpp:696: error: expected ‘,’ or ‘;’ before ‘{’ token
  418. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::addString()’:
  419. mainwindowimpl.cpp:738: error: ‘QString’ was not declared in this scope
  420. mainwindowimpl.cpp:738: error: expected `;' before ‘finalField’
  421. mainwindow.h:67: error: ‘QCheckBox* MainWindow::chkAddSeparator’ is private
  422. mainwindowimpl.cpp:741: error: within this context
  423. mainwindowimpl.cpp:741: error: invalid use of undefined type ‘struct QCheckBox’
  424. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  425. mainwindowimpl.cpp:742: error: ‘finalField’ was not declared in this scope
  426. mainwindow.h:68: error: ‘QLineEdit* MainWindow::txtSeparator’ is private
  427. mainwindowimpl.cpp:742: error: within this context
  428. mainwindowimpl.cpp:742: error: invalid use of undefined type ‘struct QLineEdit’
  429. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  430. mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
  431. mainwindowimpl.cpp:744: error: within this context
  432. mainwindowimpl.cpp:744: error: invalid use of undefined type ‘struct QListBox’
  433. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  434. mainwindowimpl.cpp:744: error: ‘finalField’ was not declared in this scope
  435. mainwindow.h:70: error: ‘QLineEdit* MainWindow::txtString’ is private
  436. mainwindowimpl.cpp:745: error: within this context
  437. mainwindowimpl.cpp:745: error: invalid use of undefined type ‘struct QLineEdit’
  438. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  439. mainwindow.h: In member function ‘virtual void MainWindowImpl::removeField()’:
  440. mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
  441. mainwindowimpl.cpp:754: error: within this context
  442. mainwindowimpl.cpp:754: error: invalid use of undefined type ‘struct QListBox’
  443. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  444. mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
  445. mainwindowimpl.cpp:754: error: within this context
  446. mainwindowimpl.cpp:754: error: invalid use of undefined type ‘struct QListBox’
  447. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  448. mainwindow.h: In member function ‘virtual void MainWindowImpl::moveFieldUp()’:
  449. mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
  450. mainwindowimpl.cpp:763: error: within this context
  451. mainwindow.h: In member function ‘virtual void MainWindowImpl::moveFieldDown()’:
  452. mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
  453. mainwindowimpl.cpp:770: error: within this context
  454. mainwindowimpl.cpp: In member function ‘void MainWindowImpl::moveListUp(QListBox*)’:
  455. mainwindowimpl.cpp:779: error: invalid use of undefined type ‘struct QListBox’
  456. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  457. mainwindowimpl.cpp:782: error: invalid use of undefined type ‘struct QListBox’
  458. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  459. mainwindowimpl.cpp:786: error: ‘QString’ was not declared in this scope
  460. mainwindowimpl.cpp:786: error: expected `;' before ‘itemText’
  461. mainwindowimpl.cpp:788: error: invalid use of undefined type ‘struct QListBox’
  462. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  463. mainwindowimpl.cpp:788: error: ‘itemText’ was not declared in this scope
  464. mainwindowimpl.cpp:789: error: invalid use of undefined type ‘struct QListBox’
  465. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  466. mainwindowimpl.cpp:790: error: invalid use of undefined type ‘struct QListBox’
  467. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  468. mainwindowimpl.cpp: In member function ‘void MainWindowImpl::moveListDown(QListBox*)’:
  469. mainwindowimpl.cpp:801: error: ‘uint’ was not declared in this scope
  470. mainwindowimpl.cpp:801: error: expected `;' before ‘itemNumber’
  471. mainwindowimpl.cpp:802: error: ‘itemNumber’ was not declared in this scope
  472. mainwindowimpl.cpp:802: error: invalid use of undefined type ‘struct QListBox’
  473. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  474. mainwindowimpl.cpp:804: error: invalid use of undefined type ‘struct QListBox’
  475. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  476. mainwindowimpl.cpp:808: error: ‘QString’ was not declared in this scope
  477. mainwindowimpl.cpp:808: error: expected `;' before ‘itemText’
  478. mainwindowimpl.cpp:810: error: invalid use of undefined type ‘struct QListBox’
  479. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  480. mainwindowimpl.cpp:810: error: ‘itemText’ was not declared in this scope
  481. mainwindowimpl.cpp:810: error: ‘itemNumber’ was not declared in this scope
  482. mainwindowimpl.cpp:811: error: invalid use of undefined type ‘struct QListBox’
  483. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  484. mainwindowimpl.cpp:812: error: invalid use of undefined type ‘struct QListBox’
  485. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  486. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::killOIDUA()’:
  487. mainwindowimpl.cpp:821: error: ‘OIDUA’ was not declared in this scope
  488. mainwindow.h: In member function ‘void MainWindowImpl::processExited()’:
  489. mainwindow.h:106: error: ‘QPushButton* MainWindow::cmdGenerateList’ is private
  490. mainwindowimpl.cpp:828: error: within this context
  491. mainwindowimpl.cpp:828: error: invalid use of undefined type ‘struct QPushButton’
  492. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  493. mainwindowimpl.cpp:828: error: ‘tr’ was not declared in this scope
  494. mainwindow.h:105: error: ‘QLabel* MainWindow::statusLabel’ is private
  495. mainwindowimpl.cpp:829: error: within this context
  496. mainwindowimpl.cpp:829: error: invalid use of undefined type ‘struct QLabel’
  497. mainwindow.h:26: error: forward declaration of ‘struct QLabel’
  498. mainwindowimpl.cpp:830: error: ‘OIDUA’ was not declared in this scope
  499. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::optionChanged()’:
  500. mainwindowimpl.cpp:839: error: ‘currentFilename’ was not declared in this scope
  501. mainwindowimpl.cpp:840: error: ‘class MainWindowImpl’ has no member named ‘setCaption’
  502. mainwindowimpl.cpp:840: error: ‘APPTITLE’ was not declared in this scope
  503. mainwindowimpl.cpp:840: error: ‘tr’ was not declared in this scope
  504. mainwindowimpl.cpp:842: error: ‘class MainWindowImpl’ has no member named ‘setCaption’
  505. mainwindowimpl.cpp:842: error: ‘APPTITLE’ was not declared in this scope
  506. mainwindowimpl.cpp:842: error: ‘tr’ was not declared in this scope
  507. mainwindowimpl.cpp: In member function ‘bool MainWindowImpl::askToSave(bool)’:
  508. mainwindowimpl.cpp:853: error: ‘QString’ was not declared in this scope
  509. mainwindowimpl.cpp:853: error: expected `;' before ‘message’
  510. mainwindowimpl.cpp:854: error: ‘class Settings’ has no member named ‘readSetting’
  511. mainwindowimpl.cpp:855: error: ‘message’ was not declared in this scope
  512. mainwindowimpl.cpp:860: error: ‘QMessageBox’ has not been declared
  513. mainwindowimpl.cpp:860: error: ‘prepMessageBox’ was not declared in this scope
  514. mainwindowimpl.cpp:860: error: ‘tr’ was not declared in this scope
  515. mainwindowimpl.cpp:862: error: ‘message’ was not declared in this scope
  516. mainwindowimpl.cpp:865: error: ‘currentFilename’ was not declared in this scope
  517. mainwindowimpl.cpp: In member function ‘void MainWindowImpl::newFile()’:
  518. mainwindowimpl.cpp:892: error: ‘backColor’ was not declared in this scope
  519. mainwindowimpl.cpp:893: error: ‘foreColor’ was not declared in this scope
  520. mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
  521. mainwindowimpl.cpp:896: error: within this context
  522. mainwindowimpl.cpp:896: error: invalid use of undefined type ‘struct QListBox’
  523. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  524. mainwindow.h:73: error: ‘QListBox* MainWindow::lstFields’ is private
  525. mainwindowimpl.cpp:897: error: within this context
  526. mainwindowimpl.cpp:897: error: invalid use of undefined type ‘struct QListBox’
  527. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  528. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  529. mainwindowimpl.cpp:898: error: within this context
  530. mainwindowimpl.cpp:898: error: invalid use of undefined type ‘struct QListBox’
  531. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  532. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  533. mainwindowimpl.cpp:899: error: within this context
  534. mainwindowimpl.cpp:899: error: invalid use of undefined type ‘struct QListBox’
  535. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  536. mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
  537. mainwindowimpl.cpp:900: error: within this context
  538. mainwindowimpl.cpp:900: error: invalid use of undefined type ‘struct QLineEdit’
  539. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  540. mainwindow.h:75: error: ‘QLineEdit* MainWindow::txtWidth’ is private
  541. mainwindowimpl.cpp:901: error: within this context
  542. mainwindowimpl.cpp:901: error: invalid use of undefined type ‘struct QLineEdit’
  543. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  544. mainwindow.h:77: error: ‘QLineEdit* MainWindow::txtSuffix’ is private
  545. mainwindowimpl.cpp:902: error: within this context
  546. mainwindowimpl.cpp:902: error: invalid use of undefined type ‘struct QLineEdit’
  547. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  548. mainwindow.h:70: error: ‘QLineEdit* MainWindow::txtString’ is private
  549. mainwindowimpl.cpp:903: error: within this context
  550. mainwindowimpl.cpp:903: error: invalid use of undefined type ‘struct QLineEdit’
  551. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  552. mainwindow.h:68: error: ‘QLineEdit* MainWindow::txtSeparator’ is private
  553. mainwindowimpl.cpp:904: error: within this context
  554. mainwindowimpl.cpp:904: error: invalid use of undefined type ‘struct QLineEdit’
  555. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  556. mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
  557. mainwindowimpl.cpp:905: error: within this context
  558. mainwindowimpl.cpp:905: error: invalid use of undefined type ‘struct QLineEdit’
  559. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  560. mainwindow.h:86: error: ‘QCheckBox* MainWindow::chkDate’ is private
  561. mainwindowimpl.cpp:906: error: within this context
  562. mainwindowimpl.cpp:906: error: invalid use of undefined type ‘struct QCheckBox’
  563. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  564. mainwindow.h:87: error: ‘QCheckBox* MainWindow::chkTime’ is private
  565. mainwindowimpl.cpp:907: error: within this context
  566. mainwindowimpl.cpp:907: error: invalid use of undefined type ‘struct QCheckBox’
  567. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  568. mainwindow.h:88: error: ‘QCheckBox* MainWindow::chkStats’ is private
  569. mainwindowimpl.cpp:908: error: within this context
  570. mainwindowimpl.cpp:908: error: invalid use of undefined type ‘struct QCheckBox’
  571. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  572. mainwindow.h:89: error: ‘QCheckBox* MainWindow::chkVersion’ is private
  573. mainwindowimpl.cpp:909: error: within this context
  574. mainwindowimpl.cpp:909: error: invalid use of undefined type ‘struct QCheckBox’
  575. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  576. mainwindow.h:84: error: ‘QCheckBox* MainWindow::chkCaseIns’ is private
  577. mainwindowimpl.cpp:910: error: within this context
  578. mainwindowimpl.cpp:910: error: invalid use of undefined type ‘struct QCheckBox’
  579. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  580. mainwindow.h:82: error: ‘QCheckBox* MainWindow::chkExpandWildcards’ is private
  581. mainwindowimpl.cpp:911: error: within this context
  582. mainwindowimpl.cpp:911: error: invalid use of undefined type ‘struct QCheckBox’
  583. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  584. mainwindow.h:81: error: ‘QCheckBox* MainWindow::chkStripOutput’ is private
  585. mainwindowimpl.cpp:912: error: within this context
  586. mainwindowimpl.cpp:912: error: invalid use of undefined type ‘struct QCheckBox’
  587. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  588. mainwindow.h:83: error: ‘QCheckBox* MainWindow::chkSkipFiles’ is private
  589. mainwindowimpl.cpp:913: error: within this context
  590. mainwindowimpl.cpp:913: error: invalid use of undefined type ‘struct QCheckBox’
  591. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  592. mainwindow.h:98: error: ‘QCheckBox* MainWindow::chkIndent’ is private
  593. mainwindowimpl.cpp:914: error: within this context
  594. mainwindowimpl.cpp:914: error: invalid use of undefined type ‘struct QCheckBox’
  595. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  596. mainwindow.h:102: error: ‘QCheckBox* MainWindow::chkHTML’ is private
  597. mainwindowimpl.cpp:915: error: within this context
  598. mainwindowimpl.cpp:915: error: invalid use of undefined type ‘struct QCheckBox’
  599. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  600. mainwindow.h:85: error: ‘QCheckBox* MainWindow::chkMergeDirectories’ is private
  601. mainwindowimpl.cpp:916: error: within this context
  602. mainwindowimpl.cpp:916: error: invalid use of undefined type ‘struct QCheckBox’
  603. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  604. mainwindow.h:93: error: ‘QCheckBox* MainWindow::chkOutputdb’ is private
  605. mainwindowimpl.cpp:917: error: within this context
  606. mainwindowimpl.cpp:917: error: invalid use of undefined type ‘struct QCheckBox’
  607. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  608. mainwindow.h:92: error: ‘QCheckBox* MainWindow::chkExcludeLAME’ is private
  609. mainwindowimpl.cpp:918: error: within this context
  610. mainwindowimpl.cpp:918: error: invalid use of undefined type ‘struct QCheckBox’
  611. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  612. mainwindow.h:91: error: ‘QCheckBox* MainWindow::chkExcludeConstant’ is private
  613. mainwindowimpl.cpp:919: error: within this context
  614. mainwindowimpl.cpp:919: error: invalid use of undefined type ‘struct QCheckBox’
  615. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  616. mainwindow.h:96: error: ‘QRadioButton* MainWindow::radID3v2’ is private
  617. mainwindowimpl.cpp:920: error: within this context
  618. mainwindowimpl.cpp:920: error: invalid use of undefined type ‘struct QRadioButton’
  619. mainwindow.h:35: error: forward declaration of ‘struct QRadioButton’
  620. mainwindow.h:45: error: ‘QTabWidget* MainWindow::tabBox’ is private
  621. mainwindowimpl.cpp:924: error: within this context
  622. mainwindowimpl.cpp:924: error: invalid use of undefined type ‘struct QTabWidget’
  623. mainwindow.h:24: error: forward declaration of ‘struct QTabWidget’
  624. mainwindowimpl.cpp:927: error: ‘currentFilename’ was not declared in this scope
  625. mainwindowimpl.cpp:928: error: ‘class MainWindowImpl’ has no member named ‘setCaption’
  626. mainwindowimpl.cpp:928: error: ‘APPTITLE’ was not declared in this scope
  627. mainwindowimpl.cpp:928: error: ‘tr’ was not declared in this scope
  628. mainwindowimpl.cpp: In member function ‘bool MainWindowImpl::saveFile()’:
  629. mainwindowimpl.cpp:939: error: ‘uint’ was not declared in this scope
  630. mainwindowimpl.cpp:939: error: expected `;' before ‘i’
  631. mainwindowimpl.cpp:941: error: ‘currentFile’ was not declared in this scope
  632. mainwindowimpl.cpp:941: error: ‘IO_WriteOnly’ was not declared in this scope
  633. mainwindowimpl.cpp:941: error: ‘IO_Translate’ was not declared in this scope
  634. mainwindowimpl.cpp:943: error: ‘QMessageBox’ has not been declared
  635. mainwindowimpl.cpp:943: error: ‘prepMessageBox’ was not declared in this scope
  636. mainwindowimpl.cpp:943: error: ‘tr’ was not declared in this scope
  637. mainwindowimpl.cpp:948: error: ‘QTextStream’ was not declared in this scope
  638. mainwindowimpl.cpp:948: error: expected `;' before ‘output’
  639. mainwindowimpl.cpp:950: error: ‘output’ was not declared in this scope
  640. mainwindowimpl.cpp:950: error: ‘class Settings’ has no member named ‘version’
  641. mainwindowimpl.cpp:950: error: ‘endl’ was not declared in this scope
  642. mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
  643. mainwindowimpl.cpp:950: error: within this context
  644. mainwindowimpl.cpp:950: error: invalid use of undefined type ‘struct QLineEdit’
  645. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  646. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  647. mainwindowimpl.cpp:952: error: within this context
  648. mainwindowimpl.cpp:952: error: invalid use of undefined type ‘struct QListBox’
  649. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  650. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  651. mainwindowimpl.cpp:954: error: within this context
  652. mainwindowimpl.cpp:954: error: invalid use of undefined type ‘struct QListBox’
  653. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  654. mainwindowimpl.cpp:955: error: ‘i’ was not declared in this scope
  655. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  656. mainwindowimpl.cpp:955: error: within this context
  657. mainwindowimpl.cpp:955: error: invalid use of undefined type ‘struct QListBox’
  658. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  659. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  660. mainwindowimpl.cpp:956: error: within this context
  661. mainwindowimpl.cpp:956: error: invalid use of undefined type ‘struct QListBox’
  662. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  663. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  664. mainwindowimpl.cpp:958: error: within this context
  665. mainwindowimpl.cpp:958: error: invalid use of undefined type ‘struct QListBox’
  666. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  667. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  668. mainwindowimpl.cpp:960: error: within this context
  669. mainwindowimpl.cpp:960: error: invalid use of undefined type ‘struct QListBox’
  670. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  671. mainwindowimpl.cpp:961: error: ‘i’ was not declared in this scope
  672. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  673. mainwindowimpl.cpp:961: error: within this context
  674. mainwindowimpl.cpp:961: error: invalid use of undefined type ‘struct QListBox’
  675. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  676. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  677. mainwindowimpl.cpp:962: error: within this context
  678. mainwindowimpl.cpp:962: error: invalid use of undefined type ‘struct QListBox’
  679. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  680. mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
  681. mainwindowimpl.cpp:964: error: within this context
  682. mainwindowimpl.cpp:964: error: invalid use of undefined type ‘struct QListBox’
  683. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  684. mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
  685. mainwindowimpl.cpp:966: error: within this context
  686. mainwindowimpl.cpp:966: error: invalid use of undefined type ‘struct QListBox’
  687. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  688. mainwindowimpl.cpp:967: error: ‘i’ was not declared in this scope
  689. mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
  690. mainwindowimpl.cpp:967: error: within this context
  691. mainwindowimpl.cpp:967: error: invalid use of undefined type ‘struct QListBox’
  692. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  693. mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
  694. mainwindowimpl.cpp:968: error: within this context
  695. mainwindowimpl.cpp:968: error: invalid use of undefined type ‘struct QListBox’
  696. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  697. mainwindow.h:86: error: ‘QCheckBox* MainWindow::chkDate’ is private
  698. mainwindowimpl.cpp:970: error: within this context
  699. mainwindowimpl.cpp:970: error: invalid use of undefined type ‘struct QCheckBox’
  700. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  701. mainwindow.h:87: error: ‘QCheckBox* MainWindow::chkTime’ is private
  702. mainwindowimpl.cpp:975: error: within this context
  703. mainwindowimpl.cpp:975: error: invalid use of undefined type ‘struct QCheckBox’
  704. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  705. mainwindow.h:88: error: ‘QCheckBox* MainWindow::chkStats’ is private
  706. mainwindowimpl.cpp:980: error: within this context
  707. mainwindowimpl.cpp:980: error: invalid use of undefined type ‘struct QCheckBox’
  708. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  709. mainwindow.h:89: error: ‘QCheckBox* MainWindow::chkVersion’ is private
  710. mainwindowimpl.cpp:985: error: within this context
  711. mainwindowimpl.cpp:985: error: invalid use of undefined type ‘struct QCheckBox’
  712. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  713. mainwindow.h:83: error: ‘QCheckBox* MainWindow::chkSkipFiles’ is private
  714. mainwindowimpl.cpp:990: error: within this context
  715. mainwindowimpl.cpp:990: error: invalid use of undefined type ‘struct QCheckBox’
  716. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  717. mainwindow.h:84: error: ‘QCheckBox* MainWindow::chkCaseIns’ is private
  718. mainwindowimpl.cpp:995: error: within this context
  719. mainwindowimpl.cpp:995: error: invalid use of undefined type ‘struct QCheckBox’
  720. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  721. mainwindow.h:82: error: ‘QCheckBox* MainWindow::chkExpandWildcards’ is private
  722. mainwindowimpl.cpp:1000: error: within this context
  723. mainwindowimpl.cpp:1000: error: invalid use of undefined type ‘struct QCheckBox’
  724. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  725. mainwindow.h:81: error: ‘QCheckBox* MainWindow::chkStripOutput’ is private
  726. mainwindowimpl.cpp:1005: error: within this context
  727. mainwindowimpl.cpp:1005: error: invalid use of undefined type ‘struct QCheckBox’
  728. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  729. mainwindow.h:98: error: ‘QCheckBox* MainWindow::chkIndent’ is private
  730. mainwindowimpl.cpp:1010: error: within this context
  731. mainwindowimpl.cpp:1010: error: invalid use of undefined type ‘struct QCheckBox’
  732. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  733. mainwindowimpl.cpp:1015: error: ‘QString’ was not declared in this scope
  734. mainwindowimpl.cpp:1015: error: expected `;' before ‘temp’
  735. mainwindowimpl.cpp:1016: error: ‘temp’ was not declared in this scope
  736. mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
  737. mainwindowimpl.cpp:1019: error: within this context
  738. mainwindowimpl.cpp:1019: error: invalid use of undefined type ‘struct QLineEdit’
  739. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  740. mainwindow.h:102: error: ‘QCheckBox* MainWindow::chkHTML’ is private
  741. mainwindowimpl.cpp:1021: error: within this context
  742. mainwindowimpl.cpp:1021: error: invalid use of undefined type ‘struct QCheckBox’
  743. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  744. mainwindowimpl.cpp:1026: error: ‘backColor’ was not declared in this scope
  745. mainwindowimpl.cpp:1026: error: ‘foreColor’ was not declared in this scope
  746. mainwindow.h:85: error: ‘QCheckBox* MainWindow::chkMergeDirectories’ is private
  747. mainwindowimpl.cpp:1028: error: within this context
  748. mainwindowimpl.cpp:1028: error: invalid use of undefined type ‘struct QCheckBox’
  749. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  750. mainwindow.h:93: error: ‘QCheckBox* MainWindow::chkOutputdb’ is private
  751. mainwindowimpl.cpp:1033: error: within this context
  752. mainwindowimpl.cpp:1033: error: invalid use of undefined type ‘struct QCheckBox’
  753. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  754. mainwindow.h:92: error: ‘QCheckBox* MainWindow::chkExcludeLAME’ is private
  755. mainwindowimpl.cpp:1038: error: within this context
  756. mainwindowimpl.cpp:1038: error: invalid use of undefined type ‘struct QCheckBox’
  757. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  758. mainwindow.h:91: error: ‘QCheckBox* MainWindow::chkExcludeConstant’ is private
  759. mainwindowimpl.cpp:1043: error: within this context
  760. mainwindowimpl.cpp:1043: error: invalid use of undefined type ‘struct QCheckBox’
  761. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  762. mainwindow.h:95: error: ‘QRadioButton* MainWindow::radID3v1’ is private
  763. mainwindowimpl.cpp:1048: error: within this context
  764. mainwindowimpl.cpp:1048: error: invalid use of undefined type ‘struct QRadioButton’
  765. mainwindow.h:35: error: forward declaration of ‘struct QRadioButton’
  766. mainwindowimpl.cpp:1054: error: ‘currentFile’ was not declared in this scope
  767. mainwindowimpl.cpp:1056: error: ‘class MainWindowImpl’ has no member named ‘setCaption’
  768. mainwindowimpl.cpp:1056: error: ‘currentFilename’ was not declared in this scope
  769. mainwindowimpl.cpp:1056: error: ‘APPTITLE’ was not declared in this scope
  770. mainwindowimpl.cpp:1056: error: ‘tr’ was not declared in this scope
  771. mainwindowimpl.cpp: In member function ‘bool MainWindowImpl::openFile()’:
  772. mainwindowimpl.cpp:1066: error: ‘QString’ was not declared in this scope
  773. mainwindowimpl.cpp:1066: error: expected `;' before ‘line’
  774. mainwindowimpl.cpp:1069: error: ‘currentFile’ was not declared in this scope
  775. mainwindowimpl.cpp:1069: error: ‘IO_ReadOnly’ was not declared in this scope
  776. mainwindowimpl.cpp:1069: error: ‘IO_Translate’ was not declared in this scope
  777. mainwindowimpl.cpp:1071: error: ‘QMessageBox’ has not been declared
  778. mainwindowimpl.cpp:1071: error: ‘prepMessageBox’ was not declared in this scope
  779. mainwindowimpl.cpp:1071: error: ‘tr’ was not declared in this scope
  780. mainwindowimpl.cpp:1076: error: ‘QTextStream’ was not declared in this scope
  781. mainwindowimpl.cpp:1076: error: expected `;' before ‘input’
  782. mainwindowimpl.cpp:1077: error: ‘input’ was not declared in this scope
  783. mainwindowimpl.cpp:1077: error: ‘QTextStream’ is not a class or namespace
  784. mainwindowimpl.cpp:1080: error: ‘line’ was not declared in this scope
  785. mainwindowimpl.cpp:1082: error: ‘class Settings’ has no member named ‘version’
  786. mainwindowimpl.cpp:1084: error: ‘QMessageBox’ has not been declared
  787. mainwindowimpl.cpp:1084: error: ‘prepMessageBox’ was not declared in this scope
  788. mainwindowimpl.cpp:1084: error: ‘tr’ was not declared in this scope
  789. mainwindowimpl.cpp:1086: error: ‘currentFile’ was not declared in this scope
  790. mainwindow.h:48: error: ‘QLineEdit* MainWindow::txtOutputFile’ is private
  791. mainwindowimpl.cpp:1093: error: within this context
  792. mainwindowimpl.cpp:1093: error: invalid use of undefined type ‘struct QLineEdit’
  793. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  794. mainwindow.h:51: error: ‘QListBox* MainWindow::lstInclude’ is private
  795. mainwindowimpl.cpp:1097: error: within this context
  796. mainwindowimpl.cpp:1097: error: invalid use of undefined type ‘struct QListBox’
  797. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  798. mainwindow.h:57: error: ‘QListBox* MainWindow::lstExclude’ is private
  799. mainwindowimpl.cpp:1101: error: within this context
  800. mainwindowimpl.cpp:1101: error: invalid use of undefined type ‘struct QListBox’
  801. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  802. mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
  803. mainwindowimpl.cpp:1105: error: within this context
  804. mainwindowimpl.cpp:1105: error: invalid use of undefined type ‘struct QListBox’
  805. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  806. mainwindow.h:86: error: ‘QCheckBox* MainWindow::chkDate’ is private
  807. mainwindowimpl.cpp:1109: error: within this context
  808. mainwindowimpl.cpp:1109: error: invalid use of undefined type ‘struct QCheckBox’
  809. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  810. mainwindow.h:87: error: ‘QCheckBox* MainWindow::chkTime’ is private
  811. mainwindowimpl.cpp:1113: error: within this context
  812. mainwindowimpl.cpp:1113: error: invalid use of undefined type ‘struct QCheckBox’
  813. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  814. mainwindow.h:88: error: ‘QCheckBox* MainWindow::chkStats’ is private
  815. mainwindowimpl.cpp:1117: error: within this context
  816. mainwindowimpl.cpp:1117: error: invalid use of undefined type ‘struct QCheckBox’
  817. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  818. mainwindow.h:89: error: ‘QCheckBox* MainWindow::chkVersion’ is private
  819. mainwindowimpl.cpp:1121: error: within this context
  820. mainwindowimpl.cpp:1121: error: invalid use of undefined type ‘struct QCheckBox’
  821. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  822. mainwindow.h:83: error: ‘QCheckBox* MainWindow::chkSkipFiles’ is private
  823. mainwindowimpl.cpp:1125: error: within this context
  824. mainwindowimpl.cpp:1125: error: invalid use of undefined type ‘struct QCheckBox’
  825. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  826. mainwindow.h:84: error: ‘QCheckBox* MainWindow::chkCaseIns’ is private
  827. mainwindowimpl.cpp:1129: error: within this context
  828. mainwindowimpl.cpp:1129: error: invalid use of undefined type ‘struct QCheckBox’
  829. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  830. mainwindow.h:82: error: ‘QCheckBox* MainWindow::chkExpandWildcards’ is private
  831. mainwindowimpl.cpp:1133: error: within this context
  832. mainwindowimpl.cpp:1133: error: invalid use of undefined type ‘struct QCheckBox’
  833. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  834. mainwindow.h:81: error: ‘QCheckBox* MainWindow::chkStripOutput’ is private
  835. mainwindowimpl.cpp:1137: error: within this context
  836. mainwindowimpl.cpp:1137: error: invalid use of undefined type ‘struct QCheckBox’
  837. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  838. mainwindow.h:98: error: ‘QCheckBox* MainWindow::chkIndent’ is private
  839. mainwindowimpl.cpp:1141: error: within this context
  840. mainwindowimpl.cpp:1141: error: invalid use of undefined type ‘struct QCheckBox’
  841. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  842. mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
  843. mainwindowimpl.cpp:1143: error: within this context
  844. mainwindowimpl.cpp:1143: error: invalid use of undefined type ‘struct QLineEdit’
  845. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  846. mainwindow.h:102: error: ‘QCheckBox* MainWindow::chkHTML’ is private
  847. mainwindowimpl.cpp:1147: error: within this context
  848. mainwindowimpl.cpp:1147: error: invalid use of undefined type ‘struct QCheckBox’
  849. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  850. mainwindowimpl.cpp:1149: error: ‘backColor’ was not declared in this scope
  851. mainwindowimpl.cpp:1150: error: ‘foreColor’ was not declared in this scope
  852. mainwindow.h:85: error: ‘QCheckBox* MainWindow::chkMergeDirectories’ is private
  853. mainwindowimpl.cpp:1158: error: within this context
  854. mainwindowimpl.cpp:1158: error: invalid use of undefined type ‘struct QCheckBox’
  855. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  856. mainwindow.h:93: error: ‘QCheckBox* MainWindow::chkOutputdb’ is private
  857. mainwindowimpl.cpp:1167: error: within this context
  858. mainwindowimpl.cpp:1167: error: invalid use of undefined type ‘struct QCheckBox’
  859. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  860. mainwindow.h:92: error: ‘QCheckBox* MainWindow::chkExcludeLAME’ is private
  861. mainwindowimpl.cpp:1171: error: within this context
  862. mainwindowimpl.cpp:1171: error: invalid use of undefined type ‘struct QCheckBox’
  863. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  864. mainwindow.h:91: error: ‘QCheckBox* MainWindow::chkExcludeConstant’ is private
  865. mainwindowimpl.cpp:1175: error: within this context
  866. mainwindowimpl.cpp:1175: error: invalid use of undefined type ‘struct QCheckBox’
  867. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  868. mainwindow.h:95: error: ‘QRadioButton* MainWindow::radID3v1’ is private
  869. mainwindowimpl.cpp:1179: error: within this context
  870. mainwindowimpl.cpp:1179: error: invalid use of undefined type ‘struct QRadioButton’
  871. mainwindow.h:35: error: forward declaration of ‘struct QRadioButton’
  872. mainwindow.h:96: error: ‘QRadioButton* MainWindow::radID3v2’ is private
  873. mainwindowimpl.cpp:1181: error: within this context
  874. mainwindowimpl.cpp:1181: error: invalid use of undefined type ‘struct QRadioButton’
  875. mainwindow.h:35: error: forward declaration of ‘struct QRadioButton’
  876. mainwindowimpl.cpp:1184: error: ‘currentFile’ was not declared in this scope
  877. mainwindowimpl.cpp: At global scope:
  878. mainwindowimpl.cpp:1189: error: variable or field ‘versionChange’ declared void
  879. mainwindowimpl.cpp:1189: error: ‘int MainWindowImpl::versionChange’ is not a static member of ‘class MainWindowImpl’
  880. mainwindowimpl.cpp:1189: error: ‘QString’ was not declared in this scope
  881. mainwindowimpl.cpp:1190: error: expected ‘,’ or ‘;’ before ‘{’ token
  882. mainwindow.h: In member function ‘virtual void MainWindowImpl::outputdbToggle()’:
  883. mainwindow.h:93: error: ‘QCheckBox* MainWindow::chkOutputdb’ is private
  884. mainwindowimpl.cpp:1267: error: within this context
  885. mainwindowimpl.cpp:1267: error: invalid use of undefined type ‘struct QCheckBox’
  886. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  887. mainwindow.h:93: error: ‘QCheckBox* MainWindow::chkOutputdb’ is private
  888. mainwindowimpl.cpp:1267: error: within this context
  889. mainwindowimpl.cpp:1267: error: invalid use of undefined type ‘struct QCheckBox’
  890. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  891. mainwindow.h:86: error: ‘QCheckBox* MainWindow::chkDate’ is private
  892. mainwindowimpl.cpp:1272: error: within this context
  893. mainwindowimpl.cpp:1272: error: invalid use of undefined type ‘struct QCheckBox’
  894. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  895. mainwindow.h:87: error: ‘QCheckBox* MainWindow::chkTime’ is private
  896. mainwindowimpl.cpp:1273: error: within this context
  897. mainwindowimpl.cpp:1273: error: invalid use of undefined type ‘struct QCheckBox’
  898. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  899. mainwindow.h:88: error: ‘QCheckBox* MainWindow::chkStats’ is private
  900. mainwindowimpl.cpp:1274: error: within this context
  901. mainwindowimpl.cpp:1274: error: invalid use of undefined type ‘struct QCheckBox’
  902. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  903. mainwindow.h:89: error: ‘QCheckBox* MainWindow::chkVersion’ is private
  904. mainwindowimpl.cpp:1275: error: within this context
  905. mainwindowimpl.cpp:1275: error: invalid use of undefined type ‘struct QCheckBox’
  906. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  907. mainwindow.h:84: error: ‘QCheckBox* MainWindow::chkCaseIns’ is private
  908. mainwindowimpl.cpp:1276: error: within this context
  909. mainwindowimpl.cpp:1276: error: invalid use of undefined type ‘struct QCheckBox’
  910. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  911. mainwindow.h:82: error: ‘QCheckBox* MainWindow::chkExpandWildcards’ is private
  912. mainwindowimpl.cpp:1277: error: within this context
  913. mainwindowimpl.cpp:1277: error: invalid use of undefined type ‘struct QCheckBox’
  914. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  915. mainwindow.h:81: error: ‘QCheckBox* MainWindow::chkStripOutput’ is private
  916. mainwindowimpl.cpp:1278: error: within this context
  917. mainwindowimpl.cpp:1278: error: invalid use of undefined type ‘struct QCheckBox’
  918. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  919. mainwindow.h:83: error: ‘QCheckBox* MainWindow::chkSkipFiles’ is private
  920. mainwindowimpl.cpp:1279: error: within this context
  921. mainwindowimpl.cpp:1279: error: invalid use of undefined type ‘struct QCheckBox’
  922. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  923. mainwindow.h:98: error: ‘QCheckBox* MainWindow::chkIndent’ is private
  924. mainwindowimpl.cpp:1280: error: within this context
  925. mainwindowimpl.cpp:1280: error: invalid use of undefined type ‘struct QCheckBox’
  926. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  927. mainwindow.h:102: error: ‘QCheckBox* MainWindow::chkHTML’ is private
  928. mainwindowimpl.cpp:1281: error: within this context
  929. mainwindowimpl.cpp:1281: error: invalid use of undefined type ‘struct QCheckBox’
  930. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  931. mainwindow.h:85: error: ‘QCheckBox* MainWindow::chkMergeDirectories’ is private
  932. mainwindowimpl.cpp:1282: error: within this context
  933. mainwindowimpl.cpp:1282: error: invalid use of undefined type ‘struct QCheckBox’
  934. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  935. mainwindow.h:67: error: ‘QCheckBox* MainWindow::chkAddSeparator’ is private
  936. mainwindowimpl.cpp:1283: error: within this context
  937. mainwindowimpl.cpp:1283: error: invalid use of undefined type ‘struct QCheckBox’
  938. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  939. mainwindow.h:95: error: ‘QRadioButton* MainWindow::radID3v1’ is private
  940. mainwindowimpl.cpp:1284: error: within this context
  941. mainwindowimpl.cpp:1284: error: invalid use of undefined type ‘struct QRadioButton’
  942. mainwindow.h:35: error: forward declaration of ‘struct QRadioButton’
  943. mainwindow.h:96: error: ‘QRadioButton* MainWindow::radID3v2’ is private
  944. mainwindowimpl.cpp:1285: error: within this context
  945. mainwindowimpl.cpp:1285: error: invalid use of undefined type ‘struct QRadioButton’
  946. mainwindow.h:35: error: forward declaration of ‘struct QRadioButton’
  947. mainwindow.h:78: error: ‘QPushButton* MainWindow::cmdAddField’ is private
  948. mainwindowimpl.cpp:1286: error: within this context
  949. mainwindowimpl.cpp:1286: error: invalid use of undefined type ‘struct QPushButton’
  950. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  951. mainwindow.h:71: error: ‘QPushButton* MainWindow::cmdAddString’ is private
  952. mainwindowimpl.cpp:1287: error: within this context
  953. mainwindowimpl.cpp:1287: error: invalid use of undefined type ‘struct QPushButton’
  954. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  955. mainwindow.h:62: error: ‘QListBox* MainWindow::lstAddedFields’ is private
  956. mainwindowimpl.cpp:1288: error: within this context
  957. mainwindowimpl.cpp:1288: error: invalid use of undefined type ‘struct QListBox’
  958. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  959. mainwindow.h:73: error: ‘QListBox* MainWindow::lstFields’ is private
  960. mainwindowimpl.cpp:1289: error: within this context
  961. mainwindowimpl.cpp:1289: error: invalid use of undefined type ‘struct QListBox’
  962. mainwindow.h:30: error: forward declaration of ‘struct QListBox’
  963. mainwindow.h:63: error: ‘QPushButton* MainWindow::cmdFieldUp’ is private
  964. mainwindowimpl.cpp:1290: error: within this context
  965. mainwindowimpl.cpp:1290: error: invalid use of undefined type ‘struct QPushButton’
  966. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  967. mainwindow.h:65: error: ‘QPushButton* MainWindow::cmdFieldDown’ is private
  968. mainwindowimpl.cpp:1291: error: within this context
  969. mainwindowimpl.cpp:1291: error: invalid use of undefined type ‘struct QPushButton’
  970. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  971. mainwindow.h:64: error: ‘QPushButton* MainWindow::cmdRemoveField’ is private
  972. mainwindowimpl.cpp:1292: error: within this context
  973. mainwindowimpl.cpp:1292: error: invalid use of undefined type ‘struct QPushButton’
  974. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  975. mainwindow.h:75: error: ‘QLineEdit* MainWindow::txtWidth’ is private
  976. mainwindowimpl.cpp:1293: error: within this context
  977. mainwindowimpl.cpp:1293: error: invalid use of undefined type ‘struct QLineEdit’
  978. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  979. mainwindow.h:77: error: ‘QLineEdit* MainWindow::txtSuffix’ is private
  980. mainwindowimpl.cpp:1294: error: within this context
  981. mainwindowimpl.cpp:1294: error: invalid use of undefined type ‘struct QLineEdit’
  982. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  983. mainwindow.h:70: error: ‘QLineEdit* MainWindow::txtString’ is private
  984. mainwindowimpl.cpp:1295: error: within this context
  985. mainwindowimpl.cpp:1295: error: invalid use of undefined type ‘struct QLineEdit’
  986. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  987. mainwindow.h:68: error: ‘QLineEdit* MainWindow::txtSeparator’ is private
  988. mainwindowimpl.cpp:1296: error: within this context
  989. mainwindowimpl.cpp:1296: error: invalid use of undefined type ‘struct QLineEdit’
  990. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  991. mainwindow.h:98: error: ‘QCheckBox* MainWindow::chkIndent’ is private
  992. mainwindowimpl.cpp:1302: error: within this context
  993. mainwindowimpl.cpp:1302: error: invalid use of undefined type ‘struct QCheckBox’
  994. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  995. mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
  996. mainwindowimpl.cpp:1303: error: within this context
  997. mainwindowimpl.cpp:1303: error: invalid use of undefined type ‘struct QLineEdit’
  998. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  999. mainwindow.h:102: error: ‘QCheckBox* MainWindow::chkHTML’ is private
  1000. mainwindowimpl.cpp:1304: error: within this context
  1001. mainwindowimpl.cpp:1304: error: invalid use of undefined type ‘struct QCheckBox’
  1002. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  1003. mainwindow.h:103: error: ‘QPushButton* MainWindow::cmdBackColor’ is private
  1004. mainwindowimpl.cpp:1306: error: within this context
  1005. mainwindowimpl.cpp:1306: error: invalid use of undefined type ‘struct QPushButton’
  1006. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  1007. mainwindow.h:104: error: ‘QPushButton* MainWindow::cmdForeColor’ is private
  1008. mainwindowimpl.cpp:1307: error: within this context
  1009. mainwindowimpl.cpp:1307: error: invalid use of undefined type ‘struct QPushButton’
  1010. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  1011. mainwindow.h:100: error: ‘QLineEdit* MainWindow::txtIndent’ is private
  1012. mainwindowimpl.cpp:1315: error: within this context
  1013. mainwindowimpl.cpp:1315: error: invalid use of undefined type ‘struct QLineEdit’
  1014. mainwindow.h:27: error: forward declaration of ‘struct QLineEdit’
  1015. mainwindow.h:103: error: ‘QPushButton* MainWindow::cmdBackColor’ is private
  1016. mainwindowimpl.cpp:1316: error: within this context
  1017. mainwindowimpl.cpp:1316: error: invalid use of undefined type ‘struct QPushButton’
  1018. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  1019. mainwindow.h:104: error: ‘QPushButton* MainWindow::cmdForeColor’ is private
  1020. mainwindowimpl.cpp:1317: error: within this context
  1021. mainwindowimpl.cpp:1317: error: invalid use of undefined type ‘struct QPushButton’
  1022. mainwindow.h:32: error: forward declaration of ‘struct QPushButton’
  1023. mainwindow.h:92: error: ‘QCheckBox* MainWindow::chkExcludeLAME’ is private
  1024. mainwindowimpl.cpp:1322: error: within this context
  1025. mainwindowimpl.cpp:1322: error: invalid use of undefined type ‘struct QCheckBox’
  1026. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  1027. mainwindow.h:91: error: ‘QCheckBox* MainWindow::chkExcludeConstant’ is private
  1028. mainwindowimpl.cpp:1323: error: within this context
  1029. mainwindowimpl.cpp:1323: error: invalid use of undefined type ‘struct QCheckBox’
  1030. mainwindow.h:33: error: forward declaration of ‘struct QCheckBox’
  1031. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::menuOpen()’:
  1032. mainwindowimpl.cpp:1340: error: ‘QString’ was not declared in this scope
  1033. mainwindowimpl.cpp:1340: error: expected `;' before ‘fileName’
  1034. mainwindowimpl.cpp:1343: error: ‘fileName’ was not declared in this scope
  1035. mainwindowimpl.cpp:1345: error: ‘QFile’ has not been declared
  1036. mainwindowimpl.cpp:1347: error: ‘currentFile’ was not declared in this scope
  1037. mainwindowimpl.cpp:1350: error: ‘class MainWindowImpl’ has no member named ‘setCaption’
  1038. mainwindowimpl.cpp:1350: error: ‘APPTITLE’ was not declared in this scope
  1039. mainwindowimpl.cpp:1350: error: ‘tr’ was not declared in this scope
  1040. mainwindowimpl.cpp:1351: error: ‘currentFilename’ was not declared in this scope
  1041. mainwindowimpl.cpp:1354: error: ‘currentFilename’ was not declared in this scope
  1042. mainwindowimpl.cpp:1358: error: ‘QMessageBox’ has not been declared
  1043. mainwindowimpl.cpp:1358: error: ‘prepMessageBox’ was not declared in this scope
  1044. mainwindowimpl.cpp:1358: error: ‘tr’ was not declared in this scope
  1045. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::menuSave()’:
  1046. mainwindowimpl.cpp:1370: error: ‘currentFilename’ was not declared in this scope
  1047. mainwindowimpl.cpp: In member function ‘virtual bool MainWindowImpl::menuSaveAs()’:
  1048. mainwindowimpl.cpp:1380: error: ‘currentFilename’ was not declared in this scope
  1049. mainwindowimpl.cpp:1380: error: ‘QFileDialog’ has not been declared
  1050. mainwindowimpl.cpp:1380: error: ‘class Settings’ has no member named ‘homeDir’
  1051. mainwindowimpl.cpp:1380: error: ‘tr’ was not declared in this scope
  1052. mainwindowimpl.cpp:1387: error: ‘QFile’ has not been declared
  1053. mainwindowimpl.cpp:1389: error: ‘QMessageBox’ has not been declared
  1054. mainwindowimpl.cpp:1389: error: ‘prepMessageBox’ was not declared in this scope
  1055. mainwindowimpl.cpp:1391: error: ‘QDir’ has not been declared
  1056. mainwindowimpl.cpp:1402: error: ‘currentFile’ was not declared in this scope
  1057. mainwindowimpl.cpp:1403: error: ‘class MainWindowImpl’ has no member named ‘setCaption’
  1058. mainwindowimpl.cpp:1403: error: ‘APPTITLE’ was not declared in this scope
  1059. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::menuExit()’:
  1060. mainwindowimpl.cpp:1417: error: ‘class MainWindowImpl’ has no member named ‘close’
  1061. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::menuOptions()’:
  1062. mainwindowimpl.cpp:1425: error: no matching function for call to ‘OptionsWindowImpl::OptionsWindowImpl(MainWindowImpl* const)
  1063. optionswindowimpl.h:33: note: candidates are: OptionsWindowImpl::OptionsWindowImpl()
  1064. optionswindowimpl.h:33: note:                 OptionsWindowImpl::OptionsWindowImpl(const OptionsWindowImpl&)
  1065. mainwindowimpl.cpp:1426: error: ‘class OptionsWindowImpl’ has no member named ‘show’
  1066. mainwindowimpl.cpp:1427: error: ‘class OptionsWindowImpl’ has no member named ‘raise’
  1067. mainwindowimpl.cpp:1428: error: ‘class OptionsWindowImpl’ has no member named ‘setActiveWindow’
  1068. mainwindowimpl.cpp:1434: error: ‘QString’ was not declared in this scope
  1069. mainwindowimpl.cpp:1434: error: ‘SIGNAL’ was not declared in this scope
  1070. mainwindowimpl.cpp:1434: error: ‘SLOT’ was not declared in this scope
  1071. mainwindowimpl.cpp:1434: error: ‘connect’ was not declared in this scope
  1072. mainwindowimpl.cpp: In member function ‘virtual void MainWindowImpl::menuAbout()’:
  1073. mainwindowimpl.cpp:1442: error: no matching function for call to ‘AboutWindow::AboutWindow(MainWindowImpl* const)
  1074. aboutwindow.h:28: note: candidates are: AboutWindow::AboutWindow()
  1075. aboutwindow.h:28: note:                 AboutWindow::AboutWindow(const AboutWindow&)
  1076. mainwindowimpl.cpp:1443: error: ‘class AboutWindow’ has no member named ‘show’
  1077. mainwindowimpl.cpp:1444: error: ‘class AboutWindow’ has no member named ‘raise’
  1078. mainwindowimpl.cpp:1445: error: ‘class AboutWindow’ has no member named ‘setActiveWindow’
  1079. images.h: At global scope:
  1080. images.h:90: warning: ‘embed_image_vec’ defined but not used
  1081. make[1]: *** [mainwindowimpl.o] Error 1
  1082. make[1]: Leaving directory `/srv/Local/Downloads/qtoidua-0.08/src'
  1083. 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.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



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.

comments powered by Disqus
worth-right worth-right