mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-04 06:46:05 +00:00
Mass conversion of isNull() -> isEmpty()
This commit is contained in:
@@ -153,7 +153,7 @@ void ComputerModel::pairComputer(int computerIndex, QString pin)
|
||||
|
||||
void ComputerModel::handlePairingCompleted(NvComputer*, QString error)
|
||||
{
|
||||
emit pairingCompleted(error.isNull() ? QVariant() : error);
|
||||
emit pairingCompleted(error.isEmpty() ? QVariant() : error);
|
||||
}
|
||||
|
||||
void ComputerModel::handleComputerStateChanged(NvComputer* computer)
|
||||
|
||||
Reference in New Issue
Block a user