Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.hpp

    r56f73b rf10b0c  
    1515
    1616
     17#include "Parameters/Parameter.hpp"
    1718#include <Qt/qwidget.h>
    1819
     
    2930  Q_OBJECT
    3031public:
    31   AtomsQtQueryPipe(std::vector<const atom *>*_content, QtDialog *_dialog, QListWidget *_theList);
     32  AtomsQtQueryPipe(Parameter<std::vector<const atom *> > &_content, QtDialog *_dialog, QListWidget *_theList);
    3233  virtual ~AtomsQtQueryPipe();
    3334
     
    3839
    3940private:
    40   std::vector<const atom *>*content;
     41  Parameter<std::vector<const atom *> > &content;
    4142  std::map<int, const atom *> lookup;
    4243  std::set<const atom *> currentList;
Note: See TracChangeset for help on using the changeset viewer.