From 1541d87122414e8673fc92d38a5304dfbd1a8744 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sat, 28 Apr 2018 18:53:17 +0200 Subject: [PATCH] Fixes undefined reference to 's' --- components/TitleBar.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/TitleBar.qml b/components/TitleBar.qml index 166e2be9..fcbe53dc 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -26,7 +26,7 @@ // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -import QtQuick 2.2 +import QtQuick 2.5 import QtQuick.Window 2.0 import QtQuick.Layouts 1.1 @@ -64,7 +64,7 @@ Rectangle { Item { // Background gradient width: parent.width - height: s + height: parent.height z: parent.z + 1 Image {