[Kst] branches/work/kst/portto4/kst/src

Peter Kümmel syntheticpp at gmx.net
Sat Dec 4 20:05:34 CET 2010


SVN commit 1203591 by kuemmel:

also compile without pre-compiled headers

 M  +1 -0      libkst/datamatrix.cpp  
 M  +1 -1      libkstapp/application.h  
 M  +2 -0      libkstapp/commandlineparser.h  
 M  +1 -0      libkstapp/datamanager.cpp  
 M  +1 -1      libkstapp/logdialog.cpp  
 M  +2 -0      libkstapp/tabwidget.cpp  
 M  +1 -0      libkstapp/viewitem.h  


--- branches/work/kst/portto4/kst/src/libkst/datamatrix.cpp #1203590:1203591
@@ -18,6 +18,7 @@
 
 #include <QTextDocument>
 #include <QXmlStreamWriter>
+#include <QVariant>
 
 #include "kst_i18n.h"
 
--- branches/work/kst/portto4/kst/src/libkstapp/application.h #1203590:1203591
@@ -16,7 +16,7 @@
 #include <QPointer>
 #include <QApplication>
 
-#include "kst_export.h"
+
 #include "mainwindow.h"
 
 #define kstApp \
--- branches/work/kst/portto4/kst/src/libkstapp/commandlineparser.h #1203590:1203591
@@ -18,6 +18,8 @@
 #include "plotitem.h"
 
 #include <QStringList>
+#include <QPrinter>
+
 namespace Kst {
 /**
 	@author Barth Netterfield <netterfield at physics.utoronto.ca>
--- branches/work/kst/portto4/kst/src/libkstapp/datamanager.cpp #1203590:1203591
@@ -37,6 +37,7 @@
 #include <QHeaderView>
 #include <QToolBar>
 #include <QMenu>
+#include <QShortcut>
 
 namespace Kst {
 
--- branches/work/kst/portto4/kst/src/libkstapp/logdialog.cpp #1203590:1203591
@@ -16,8 +16,8 @@
 #include "mainwindow.h"
 
 #include <time.h>
+#include <QImageWriter>
 
-
 namespace Kst {
 
 LogDialog::LogDialog(MainWindow *parent)
--- branches/work/kst/portto4/kst/src/libkstapp/tabwidget.cpp #1203590:1203591
@@ -23,7 +23,9 @@
 #include <QTabBar>
 #include <QUndoGroup>
 #include <QDebug>
+#include <QDragEnterEvent>
 
+
 namespace Kst {
 
 class TabBar : public QTabBar
--- branches/work/kst/portto4/kst/src/libkstapp/viewitem.h #1203590:1203591
@@ -15,6 +15,7 @@
 
 #include <QObject>
 #include <QGraphicsRectItem>
+#include <QGraphicsSceneContextMenuEvent>
 #include <QXmlStreamWriter>
 #include <QHash>
 #include <QAction>


More information about the Kst mailing list