- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/UIElements/Qt4/Pipe/QtQueryListPipe.hpp ¶
r5813ac ra5ddf0 9 9 #define QTQUERYLISTPIPE_HPP_ 10 10 11 #include "QtQueryPipe.hpp" 12 11 13 #include <boost/lexical_cast.hpp> 12 14 13 15 using boost::lexical_cast; 14 16 using boost::bad_lexical_cast; 17 15 18 16 19 template<typename T> QtQueryListPipe<T>::QtQueryListPipe(std::vector<T> *_content, QtDialog *_dialog, QLineEdit *_inputBox, QListWidget *_inputList, QPushButton *_AddButton, QPushButton *_RemoveButton) :
Note:
See TracChangeset
for help on using the changeset viewer.