mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Replaced some qsl with u""_q literal.
This commit is contained in:
@@ -634,7 +634,7 @@ bool MainWidget::filesOrForwardDrop(
|
||||
}
|
||||
return true;
|
||||
}
|
||||
if (data->hasFormat(qsl("application/x-td-forward"))) {
|
||||
if (data->hasFormat(u"application/x-td-forward"_q)) {
|
||||
auto draft = Data::ForwardDraft{
|
||||
.ids = session().data().takeMimeForwardIds(),
|
||||
};
|
||||
|
Reference in New Issue
Block a user