mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
remove unused variable from UIC tool
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e3164a62a0
commit
6632803330
1 changed files with 0 additions and 5 deletions
|
@ -687,11 +687,6 @@ void WriteInitialization::acceptWidget(DomWidget *node)
|
|||
|
||||
const QString pageDefaultString = QLatin1String("Page");
|
||||
|
||||
int id = -1;
|
||||
if (const DomProperty *pid = attributes.value(QLatin1String("id"))) {
|
||||
id = pid->elementNumber();
|
||||
}
|
||||
|
||||
if (m_uic->customWidgetsInfo()->extends(parentClass, QLatin1String("QMainWindow"))) {
|
||||
|
||||
if (m_uic->customWidgetsInfo()->extends(className, QLatin1String("QMenuBar"))) {
|
||||
|
|
Loading…
Add table
Reference in a new issue