mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
Wrap code for better readability
This commit is contained in:
@@ -122,7 +122,8 @@ void NameListWidget::setReadOnly(bool ro)
|
||||
@return true if empty.
|
||||
An empty dialog, is a dialog without any edited lang.
|
||||
*/
|
||||
bool NameListWidget::isEmpty() const {
|
||||
bool NameListWidget::isEmpty() const
|
||||
{
|
||||
return names().isEmpty();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user