summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Maradonna <penguyman@stronzi.org>2018-04-18 16:17:58 +0200
committerClaudio Maradonna <penguyman@stronzi.org>2018-04-18 16:17:58 +0200
commit3d5d1183cd989d01085af3fa564f0f74d01b3b5b (patch)
treee138a2b60bfcb440b108b754f1cfe27c1ed3e77a
parent386faf151953214391430363064a44bb2ab5e549 (diff)
Removed comment out #includes
-rw-r--r--src/deselectabletreeview.h2
-rw-r--r--src/filecontent.h1
-rw-r--r--src/passworddialog.h1
-rw-r--r--src/qpushbuttonwithclipboard.h1
-rw-r--r--src/util.cpp2
5 files changed, 0 insertions, 7 deletions
diff --git a/src/deselectabletreeview.h b/src/deselectabletreeview.h
index ea021723..6f336d87 100644
--- a/src/deselectabletreeview.h
+++ b/src/deselectabletreeview.h
@@ -1,8 +1,6 @@
#ifndef DESELECTABLETREEVIEW_H
#define DESELECTABLETREEVIEW_H
-//#include "mainwindow.h"
-
#include <QCoreApplication>
#include <QMouseEvent>
#include <QTreeView>
diff --git a/src/filecontent.h b/src/filecontent.h
index 02b3a5af..f982e4ac 100644
--- a/src/filecontent.h
+++ b/src/filecontent.h
@@ -1,7 +1,6 @@
#ifndef FILECONTENT_H
#define FILECONTENT_H
-//#include <utility>
#include <QList>
#include <QString>
diff --git a/src/passworddialog.h b/src/passworddialog.h
index 9755c8e2..1a0085d9 100644
--- a/src/passworddialog.h
+++ b/src/passworddialog.h
@@ -1,7 +1,6 @@
#ifndef PASSWORDDIALOG_H_
#define PASSWORDDIALOG_H_
-//#include "pass.h"
#include <QDialog>
namespace Ui {
diff --git a/src/qpushbuttonwithclipboard.h b/src/qpushbuttonwithclipboard.h
index 4dca9201..fc6546c3 100644
--- a/src/qpushbuttonwithclipboard.h
+++ b/src/qpushbuttonwithclipboard.h
@@ -2,7 +2,6 @@
#define QPUSHBUTTONWITHCLIPBOARD_H_
#include <QPushButton>
-//#include <QWidget>
/*!
\class QPushButtonWithClipboard
diff --git a/src/util.cpp b/src/util.cpp
index 36930e9f..5e283b79 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -2,8 +2,6 @@
#include "debughelper.h"
#include <QDir>
#include <QFileInfo>
-//#include <QProcessEnvironment>
-//#include <QString>
#ifdef Q_OS_WIN
#include <windows.h>
#else