From 552e3f65c4cb4abf0c129d6a421904057f26e53f Mon Sep 17 00:00:00 2001 From: Arin Alexander Date: Tue, 15 Aug 2017 01:30:13 +0300 Subject: [PATCH] Finish 1.4.38 # Conflicts: # limereport/lrbanddesignintf.cpp # limereport/lrbanddesignintf.h --- limereport/lrbanddesignintf.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/limereport/lrbanddesignintf.cpp b/limereport/lrbanddesignintf.cpp index 254c24f..63ebcc7 100644 --- a/limereport/lrbanddesignintf.cpp +++ b/limereport/lrbanddesignintf.cpp @@ -801,11 +801,6 @@ qreal BandDesignIntf::bottomSpace() const return m_bottomSpace.isValid() ? m_bottomSpace.value() : height()-findMaxBottom(); } -qreal BandDesignIntf::bottomSpace() const -{ - return m_bottomSpace.isValid() ? m_bottomSpace.value() : height()-findMaxBottom(); -} - void BandDesignIntf::slotPropertyObjectNameChanged(const QString &, const QString& newName) { update();