summaryrefslogtreecommitdiffstats
path: root/general/Ini.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'general/Ini.cpp')
-rw-r--r--general/Ini.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/general/Ini.cpp b/general/Ini.cpp
index b829b115..0e65f2b1 100644
--- a/general/Ini.cpp
+++ b/general/Ini.cpp
@@ -20,8 +20,16 @@
// with this program. If not, see <http://www.gnu.org/licenses/>.
/////////////////////////////////////////////////////////////////////////////
+#include <QDir>
+#include <QFile>
+#include <QStringList>
+#include <QTextStream>
#include "Ini.h"
+Ini::Ini()
+{
+}
+
Ini::Ini(const QString& fname)
{
load(fname);