diff options
author | pawel <pawel@FreeBSD.org> | 2013-12-03 04:14:34 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-12-03 04:14:34 +0800 |
commit | a8a05c82c5d9b519865763eff1dafa63247e4eb7 (patch) | |
tree | 702e4b25bac6b7428c5a550e6961b3e9bf45e268 /finance | |
parent | 36d644582832935b4dd51655a99f857f0ed0f9f0 (diff) | |
download | freebsd-ports-gnome-a8a05c82c5d9b519865763eff1dafa63247e4eb7.tar.gz freebsd-ports-gnome-a8a05c82c5d9b519865763eff1dafa63247e4eb7.tar.zst freebsd-ports-gnome-a8a05c82c5d9b519865763eff1dafa63247e4eb7.zip |
Remove forgotten patch
Diffstat (limited to 'finance')
-rw-r--r-- | finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp b/finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp deleted file mode 100644 index 14cdb33d3964..000000000000 --- a/finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- gui/graphing/BudgetingWindow.cpp.orig -+++ gui/graphing/BudgetingWindow.cpp -@@ -120,7 +120,11 @@ - } - } - -+#if defined(QWT_VERSION) && QWT_VERSION>=0x060100 -+ const QwtScaleDiv * div = &widget.qwtPlot->axisScaleDiv( QwtPlot::xBottom ); -+#else - QwtScaleDiv * div = widget.qwtPlot->axisScaleDiv( QwtPlot::xBottom ); -+#endif - div->setInterval( 0, drawer->count() ); - widget.qwtPlot->setAxisMaxMajor( QwtPlot::xBottom, drawer->count() ); - |