freebsd-ports/audio/anthem/files/patch-anthem_misc_Clipboard.cpp
Michael Nottebrock bf370981a3 Add anthem, a KDE midi sequencer.
PR: ports/59243
Submitted by: Mathew Kanner <mat@cnd.mcgill.ca>
2004-08-14 23:34:22 +00:00

11 lines
345 B
C++

--- anthem/misc/Clipboard.cpp.orig Thu May 27 22:05:22 2004
+++ anthem/misc/Clipboard.cpp Thu May 27 22:07:57 2004
@@ -112,7 +112,7 @@
{
QClipboard *clipboard = Application::application()->clipboard();
QString text = clipboard->text();
- if (text)
+ if (!text.isEmpty())
{
if (text.startsWith("Track"))
{