summaryrefslogtreecommitdiffstats
path: root/src/tools/boost/gui/boost_ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/boost/gui/boost_ui.cpp')
-rw-r--r--src/tools/boost/gui/boost_ui.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/tools/boost/gui/boost_ui.cpp b/src/tools/boost/gui/boost_ui.cpp
new file mode 100644
index 0000000..2357165
--- /dev/null
+++ b/src/tools/boost/gui/boost_ui.cpp
@@ -0,0 +1,19 @@
+/***************************************************************************
+ * Copyright (C) 2006 Nicolas Hadacek <hadacek@kde.org> *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ ***************************************************************************/
+#include "boost_ui.h"
+
+//----------------------------------------------------------------------------
+Boost::ConfigWidget::ConfigWidget(Project *project)
+ : ToolConfigWidget(project)
+{}
+
+void Boost::ConfigWidget::initEntries()
+{
+ createIncludeDirectoriesEntry();
+}