Created
March 16, 2015 19:10
-
-
Save dubslow/722cd39e271b9c4e1e65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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