source: mmcs/genericFunctions.h @ 4c71262

Last change on this file since 4c71262 was 4c71262, checked in by rudmanmrrod <rudman22@…>, 8 years ago

Arreglado bug en los encadenamientos

  • Property mode set to 100644
File size: 215 bytes
Line 
1#ifndef GENERICFUNCTIONS_H
2#define GENERICFUNCTIONS_H
3
4#include <QtGui>
5
6QStringList get_list(QTableWidget *tw, int row, int init, int end);
7int diferent_elements(QStringList my_list);
8
9#endif // GENERICFUNCTIONS_H
Note: See TracBrowser for help on using the repository browser.