Closed ryandesign closed 7 years ago
Try to compile now, I've just fixed some issues related to QStringList::join.
Thanks! d3e82207997811930e56081a498ffec18a47f9a2 helped. There's one more similar change to be made, then it compiles:
--- document.cpp.orig
+++ document.cpp
@@ -2570,7 +2570,7 @@
cursor.endEditBlock();
if (! just_del)
- QApplication::clipboard()->setText (sl_copy.join ('\n'));
+ QApplication::clipboard()->setText (sl_copy.join ("\n"));
}
Already fixed, but thanks! It was my fault - I forget to merge my inner Qt4-compatible branch with the main branch.
Hello, I'm the maintainer of tea in MacPorts. tea 44.0.0 does not build for me on macOS Sierra 10.12.4:
tea 43.1.0 builds fine on the same system.