Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Makefile.am

    r37a67f r6d1e0a  
    1818  UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp \
    1919  UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp \
    20   UIElements/CommandLineUI/Query/KeyValuePairCommandLineQuery.cpp \
    21   UIElements/CommandLineUI/Query/KeyValuePairsCommandLineQuery.cpp \
    2220  UIElements/CommandLineUI/Query/RealSpaceMatrixCommandLineQuery.cpp \
    2321  UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp \
     
    2725  UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp \
    2826  UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp \
     27  UIElements/CommandLineUI/Query/RandomNumberDistribution_ParametersCommandLineQuery.cpp \
    2928  UIElements/CommandLineUI/CommandLineDialog.cpp \
    3029  UIElements/CommandLineUI/CommandLineParser.cpp \
     
    9190  UIElements/TextUI/Query/MoleculesTextQuery.cpp \
    9291  UIElements/TextUI/Query/MoleculeTextQuery.cpp \
    93   UIElements/TextUI/Query/KeyValuePairTextQuery.cpp \
    94   UIElements/TextUI/Query/KeyValuePairsTextQuery.cpp \
    9592  UIElements/TextUI/Query/RealSpaceMatrixTextQuery.cpp \
    9693  UIElements/TextUI/Query/StringTextQuery.cpp \
     
    10097  UIElements/TextUI/Query/VectorTextQuery.cpp \
    10198  UIElements/TextUI/Query/VectorsTextQuery.cpp \
     99  UIElements/TextUI/Query/RandomNumberDistribution_ParametersTextQuery.cpp \
    102100  UIElements/TextUI/TextDialog.cpp \
    103101  UIElements/TextUI/TextStatusIndicator.cpp \
     
    140138  ${VIEWHEADER} \
    141139  UIElements/Dialog.hpp \
    142   UIElements/Dialog_impl_pre.hpp \
    143   UIElements/Dialog_impl_undef.hpp \
    144   UIElements/GlobalListOfParameterQueries.hpp \
    145140  UIElements/MainWindow.hpp
    146141
     
    161156  UIElements/Qt4/Query/MoleculesQtQuery.cpp \
    162157  UIElements/Qt4/Query/QtQueryList.cpp \
    163   UIElements/Qt4/Query/KeyValuePairQtQuery.cpp \
    164   UIElements/Qt4/Query/KeyValuePairsQtQuery.cpp \
    165158  UIElements/Qt4/Query/RealSpaceMatrixQtQuery.cpp \
    166159  UIElements/Qt4/Query/StringQtQuery.cpp \
     
    170163  UIElements/Qt4/Query/VectorQtQuery.cpp \
    171164  UIElements/Qt4/Query/VectorsQtQuery.cpp \
     165  UIElements/Qt4/Query/RandomNumberDistribution_ParametersQtQuery.cpp \
    172166  UIElements/Qt4/QtMainWindow.cpp \
    173167  UIElements/Qt4/QtDialog.cpp \
Note: See TracChangeset for help on using the changeset viewer.