Skip to content

Instantly share code, notes, and snippets.

@dubslow
Created March 16, 2015 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dubslow/722cd39e271b9c4e1e65 to your computer and use it in GitHub Desktop.
Save dubslow/722cd39e271b9c4e1e65 to your computer and use it in GitHub Desktop.
git diff
diff --git a/src/misc/qrwidget.cpp b/src/misc/qrwidget.cpp
index 10e971a..8070e58 100644
--- a/src/misc/qrwidget.cpp
+++ b/src/misc/qrwidget.cpp
@@ -3,8 +3,7 @@
#include <QDebug>
#include <QBuffer>
#include <QImage>
-#include "qrcodewindow.h"
-#include "qrencode.h"
+#include <qrencode.h>
QRWidget::QRWidget(QWidget *parent) : QWidget(parent), data("0")
//Note: The encoding fails with empty string so I just default to something else.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment