Welcome to the first commit of the first version of my very first app.
[pierogi] / piraboutform.h
diff --git a/piraboutform.h b/piraboutform.h
new file mode 100644 (file)
index 0000000..7b37799
--- /dev/null
@@ -0,0 +1,22 @@
+#ifndef PIRABOUTFORM_H
+#define PIRABOUTFORM_H
+
+#include <QWidget>
+
+namespace Ui {
+class PIRAboutForm;
+}
+
+class PIRAboutForm : public QWidget
+{
+  Q_OBJECT
+  
+public:
+  explicit PIRAboutForm(QWidget *parent = 0);
+  ~PIRAboutForm();
+  
+private:
+  Ui::PIRAboutForm *ui;
+};
+
+#endif // PIRABOUTFORM_H