compatibility with Qt-5.12 and Ubuntu 20.04LTS
This commit is contained in:
@ -423,7 +423,7 @@ void ImageViewer::do_rot_up()
|
|||||||
|
|
||||||
void ImageViewer::cmd_to_clipboard()
|
void ImageViewer::cmd_to_clipboard()
|
||||||
{
|
{
|
||||||
auto words = last_dump_cmd.split(" ", Qt::SkipEmptyParts);
|
auto words = last_dump_cmd.split(" ");
|
||||||
QString blank = QStringLiteral(" ");
|
QString blank = QStringLiteral(" ");
|
||||||
int modidx = words.indexOf("modify");
|
int modidx = words.indexOf("modify");
|
||||||
int maxidx = words.size();
|
int maxidx = words.size();
|
||||||
|
|||||||
Reference in New Issue
Block a user