##// END OF EJS Templates
Removed crash on spwplugin while closing the manager thread didn't quit correctly.
Removed crash on spwplugin while closing the manager thread didn't quit correctly.

File last commit:

r65:67168ff4b6e7 default
r82:f085b545eb20 socexplorer-plugins-0.7-2 default
Show More
fakestardundeespwusbgui.h
25 lines | 450 B | text/x-c | CLexer
#ifndef FAKESTARDUNDEESPWUSBGUI_H
#define FAKESTARDUNDEESPWUSBGUI_H
#include <QWidget>
namespace Ui {
class FakeStardundeeSpwUsbGui;
}
class FakeStardundeeSpwUsbGui : public QWidget
{
Q_OBJECT
public:
explicit FakeStardundeeSpwUsbGui(QWidget *parent = 0);
~FakeStardundeeSpwUsbGui();
void update();
protected:
void changeEvent(QEvent *e);
private:
Ui::FakeStardundeeSpwUsbGui *ui;
};
#endif // FAKESTARDUNDEESPWUSBGUI_H