Fix pragma once in globalvalues.h (#537)

This commit is contained in:
Daniel Chabrowski
2019-05-22 17:04:44 +02:00
committed by Dharkael
parent 41c1707cd0
commit 807e240d6c

View File

@@ -15,10 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with Flameshot. If not, see <http://www.gnu.org/licenses/>.
#define pragma once
#include <QVector>
#include "src/widgets/capture/capturebutton.h"
#pragma once
namespace GlobalValues {