mirror of
				https://github.com/arcan1s/awesome-widgets.git
				synced 2025-10-31 05:13:40 +00:00 
			
		
		
		
	run clangformat
This commit is contained in:
		| @ -104,7 +104,8 @@ void AWActions::showLegacyInfo() const | ||||
|     msgBox->setAttribute(Qt::WA_DeleteOnClose); | ||||
|     msgBox->setModal(false); | ||||
|     msgBox->setWindowTitle(i18n("Not supported")); | ||||
|     msgBox->setText(i18n("You are using mammoth's Qt version, try to update it first!")); | ||||
|     msgBox->setText( | ||||
|         i18n("You are using mammoth's Qt version, try to update it first!")); | ||||
|     msgBox->setStandardButtons(QMessageBox::Ok); | ||||
|     msgBox->setIcon(QMessageBox::Information); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user