[Qt-interest] Help with basic program
Stephen Jackson
spjackson42 at gmail.com
Tue Sep 1 00:44:39 CEST 2009
On Mon, Aug 31, 2009 at 11:31 PM, john doe wrote:
> I am using QDevelop as my IDE and I gt the following error
>
> src/mainwindowimpl.cpp:40: error: ‘bufloc_linedit’ is not a member of
> ‘MainWindowImpl’
>
> However, mainwindowimpl.h is included in the cpp file and the .h file does
> include the ui_mainwindow.h file which actually contains the declaration of
> bufloc_lineedit like so
>
You have spelt the name of this identifier differently in the two
sources (and indeed a third way in your explanation above).
ui_mainwindow.h: bufloc_lineEdit
mainwindowimpl.cpp: bufloc_linedit
Regards,
Stephen Jackson
More information about the Qt-interest-old
mailing list