mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
chore: ScreenSetupModel, use auto where possible
This commit is contained in:
parent
bcfc121c37
commit
6d856b674b
@ -84,7 +84,7 @@ QStringList ScreenSetupModel::mimeTypes() const
|
||||
|
||||
QMimeData *ScreenSetupModel::mimeData(const QModelIndexList &indexes) const
|
||||
{
|
||||
QMimeData *pMimeData = new QMimeData();
|
||||
auto *pMimeData = new QMimeData();
|
||||
QByteArray encodedData;
|
||||
|
||||
QDataStream stream(&encodedData, QIODevice::WriteOnly);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user