Skip to content

Commit 4e043fb

Browse files
committed
fix relative paths in qcustomplot patch
1 parent 1950471 commit 4e043fb

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

qcustomplot.diff

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
diff --git a/qcustomplot.cpp b/qcustomplot.cpp
1+
diff --git a/qcustomplot/qcustomplot.cpp b/qcustomplot/qcustomplot.cpp
22
index 72b5bfb..f9c4a96 100644
3-
--- a/qcustomplot.cpp
4-
+++ b/qcustomplot.cpp
3+
--- a/qcustomplot/qcustomplot.cpp
4+
+++ b/qcustomplot/qcustomplot.cpp
55
@@ -1584,7 +1584,7 @@ bool QCPLayerable::moveToLayer(QCPLayer *layer, bool prepend)
66
if (mLayer)
77
mLayer->addChild(this, prepend);
@@ -654,10 +654,10 @@ index 72b5bfb..f9c4a96 100644
654654
}
655655
}
656656

657-
diff --git a/qcustomplot.h b/qcustomplot.h
657+
diff --git a/qcustomplot/qcustomplot.h b/qcustomplot/qcustomplot.h
658658
index 02ed8fb..b9d6c4c 100644
659-
--- a/qcustomplot.h
660-
+++ b/qcustomplot.h
659+
--- a/qcustomplot/qcustomplot.h
660+
+++ b/qcustomplot/qcustomplot.h
661661
@@ -781,7 +781,7 @@ public:
662662
// non-property methods:
663663
bool realVisibility() const;

qcustomplot/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cmake file for https://www.qcustomplot.com/
22

3-
cmake_minimum_required(VERSION 3.16...3.31)
3+
cmake_minimum_required(VERSION 3.16...4.3)
44

55
project(
66
QCustomPlot

0 commit comments

Comments
 (0)