[qet] qet/qet: [5834] Fix warning, thanks Remi |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5834
Author: scorpio810
Date: 2019-04-12 07:45:41 +0200 (Fri, 12 Apr 2019)
Log Message:
-----------
Fix warning, thanks Remi
Modified Paths:
--------------
trunk/sources/ui/shapegraphicsitempropertieswidget.cpp
Modified: trunk/sources/ui/shapegraphicsitempropertieswidget.cpp
===================================================================
--- trunk/sources/ui/shapegraphicsitempropertieswidget.cpp 2019-04-12 04:31:32 UTC (rev 5833)
+++ trunk/sources/ui/shapegraphicsitempropertieswidget.cpp 2019-04-12 05:45:41 UTC (rev 5834)
@@ -353,9 +353,7 @@
return nullptr;
}
}
- else {
- return nullptr;
- }
+ return nullptr;
}
/**