]> git.pld-linux.org Git - packages/flyer.git/blob - flyer-limits.patch
- initial
[packages/flyer.git] / flyer-limits.patch
1 --- flyer-0.1/QPropertyEditor/Property.cpp~     2008-10-01 09:25:24.000000000 +0200
2 +++ flyer-0.1/QPropertyEditor/Property.cpp      2008-10-01 20:56:51.000000000 +0200
3 @@ -25,6 +25,7 @@
4  
5  #include <QtCore/QMetaProperty>
6  #include <QtGui/QSpinBox>
7 +#include <limits.h>
8  
9  Property::Property(const QString& name /*= QString()*/, QObject* propertyObject /*= 0*/, QObject* parent /*= 0*/) : QObject(parent), 
10  m_propertyObject(propertyObject)
This page took 0.088662 seconds and 3 git commands to generate.