##// END OF EJS Templates
removed warnings
removed warnings

File last commit:

r6:7a60353699c8 default
r13:8ee59f35313b default
Show More
mainwindow.h
20 lines | 334 B | text/x-c | CLexer
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include "peripheralwidget.h"
#include "socregsviewer.h"
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = 0);
~MainWindow();
peripheralWidget* testWidget;
socRegsViewer* socViewer;
};
#endif // MAINWINDOW_H