- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Query/FileQtQuery.cpp
r0aa122 rf10b0c 29 29 30 30 31 QtDialog::FileQtQuery::FileQtQuery( std::string _title, QBoxLayout *_parent, QtDialog *_dialog) :32 Dialog::FileQuery( _title),31 QtDialog::FileQtQuery::FileQtQuery(Parameter<boost::filesystem::path> ¶m, std::string _title, QBoxLayout *_parent, QtDialog *_dialog) : 32 Dialog::FileQuery(param, _title), 33 33 parent(_parent) 34 34 { … … 43 43 filedialogButton = new QPushButton("&Choose", _dialog); 44 44 45 pipe = new FileQtQueryPipe( &tmp,_dialog,filenameLineEdit,filedialogButton);45 pipe = new FileQtQueryPipe(tmp,_dialog,filenameLineEdit,filedialogButton); 46 46 47 47 thisLayout = new QHBoxLayout();
Note:
See TracChangeset
for help on using the changeset viewer.