mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 11:52:58 +00:00
Replaced some qsl with u""_q literal.
This commit is contained in:
@@ -1771,7 +1771,7 @@ void Widget::dragEnterEvent(QDragEnterEvent *e) {
|
||||
const auto data = e->mimeData();
|
||||
_dragInScroll = false;
|
||||
_dragForward = !controller()->adaptive().isOneColumn()
|
||||
&& data->hasFormat(qsl("application/x-td-forward"));
|
||||
&& data->hasFormat(u"application/x-td-forward"_q);
|
||||
if (_dragForward) {
|
||||
e->setDropAction(Qt::CopyAction);
|
||||
e->accept();
|
||||
|
||||
Reference in New Issue
Block a user