Lint code
This commit is contained in:
parent
d4cece2f4d
commit
69997a3d74
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ TimelineViewManager::toggleCameraView()
|
|||
void
|
||||
TimelineViewManager::openImageOverlay(QString mxcUrl, QString eventId) const
|
||||
{
|
||||
if (mxcUrl.isEmpty() || mxcUrl.isNull()) {
|
||||
if (mxcUrl.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
QQuickImageResponse *imgResponse =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue