##// END OF EJS Templates
Cleaned path to use as hg submodule of lppmon_sdk or any other project.
Cleaned path to use as hg submodule of lppmon_sdk or any other project.

File last commit:

r5:4e6b18a64911 default
r5:4e6b18a64911 default
Show More
mainwindow.h
18 lines | 277 B | text/x-c | CLexer
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include "peripheralwidget.h"
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = 0);
~MainWindow();
peripheralWidget* testWidget;
};
#endif // MAINWINDOW_H