fritzing/remove-unused-qt47-includes.patch
andrea florio 17b359fbd7 Accepting request 77690 from home:Heinervdm:branches:Education
* Remove an unused include, now fritzing can be compiled with Qt 4.6.
* Fritzing can now be build for Debian 6.0, Ubuntu 10.04, SLE-11-SP1, RHEL6, CentOS-6, Mandriva2010.1
* Added translations to the packages
* Fixed runtimedependencies (libqsqlite.so and libqjped.so)
* Put all LICENSE files in the packages

OBS-URL: https://build.opensuse.org/request/show/77690
OBS-URL: https://build.opensuse.org/package/show/Education/fritzing?expand=0&rev=5
2011-08-03 11:50:55 +00:00

13 lines
553 B
Diff

diff -Nurd fritzing.2011.07.11.source.orig//src/autoroute/cmrouter/cmrouter.cpp fritzing.2011.07.11.source/src/autoroute/cmrouter/cmrouter.cpp
--- fritzing.2011.07.11.source.orig//src/autoroute/cmrouter/cmrouter.cpp 2011-07-11 17:50:17.000000000 +0200
+++ fritzing.2011.07.11.source/src/autoroute/cmrouter/cmrouter.cpp 2011-08-01 07:41:49.170492537 +0200
@@ -107,7 +107,7 @@
#include <limits>
#include <QApplication>
#include <QMessageBox>
-#include <QElapsedTimer>
+//#include <QElapsedTimer>
#include <QSettings>
#include <QCryptographicHash>