Page MenuHomePhabricator (Chris)

No OneTemporary

Size
788 B
Referenced Files
None
Subscribers
None
diff --git a/mainwindow.h b/mainwindow.h
index ebed0c3..e07018d 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -1,41 +1,23 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
-typedef struct {
- char *inputPath;
- char *outputPath;
- char *format;
- int codewords;
- int marginSize;
- int moduleSize;
- int scheme;
- int preview;
- int rotate;
- int sizeIdx;
- int color[3];
- int bgColor[3];
- int mosaic;
- int dpi;
- int verbose;
-} UserOptions;
-
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
void mousePressEvent(QMouseEvent *);
~MainWindow();
private:
Ui::MainWindow *ui;
};
#endif // MAINWINDOW_H

File Metadata

Mime Type
text/x-diff
Expires
Fri, Sep 12, 9:44 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
42942
Default Alt Text
(788 B)

Event Timeline