From 87261361b386285cdd5e86336a5cc2426015aba2 Mon Sep 17 00:00:00 2001 From: "Robin \"Rogo\" Goltermann" Date: Fri, 6 Sep 2019 13:07:51 +0200 Subject: [PATCH] fixed missing include, added build folder to gitignore --- .gitignore | 3 +++ mainwindow.cpp | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8525730..cac6e51 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ Makefile* *.qmlproject.user *.qmlproject.user.* +# build +build* + diff --git a/mainwindow.cpp b/mainwindow.cpp index 3fc477c..41f2b0b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4,6 +4,7 @@ #include #include #include +#include class QNetworkReply; namespace yremote {