You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GlosSI/SteamTarget/SteamTarget.h

16 lines
227 B
C++

#pragma once
#include <QtWidgets/QMainWindow>
#include "ui_SteamTarget.h"
class SteamTarget : public QMainWindow
{
Q_OBJECT
public:
SteamTarget(QWidget *parent = Q_NULLPTR);
private:
Ui::SteamTargetClass ui;
};