Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/UIElements/Qt4/Pipe/QtQueryListPipe.hpp

    r5813ac ra5ddf0  
    99#define QTQUERYLISTPIPE_HPP_
    1010
     11#include "QtQueryPipe.hpp"
     12
    1113#include <boost/lexical_cast.hpp>
    1214
    1315using boost::lexical_cast;
    1416using boost::bad_lexical_cast;
     17
    1518
    1619template<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.