Ignore:
File:
1 edited

Legend:

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

    ra5ddf0 r5813ac  
    99#define QTQUERYLISTPIPE_HPP_
    1010
    11 #include "QtQueryPipe.hpp"
    12 
    1311#include <boost/lexical_cast.hpp>
    1412
    1513using boost::lexical_cast;
    1614using boost::bad_lexical_cast;
    17 
    1815
    1916template<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.