mirror of
				https://github.com/gtalent/sc9k.git
				synced 2025-10-26 16:29:08 -05:00 
			
		
		
		
	Cleanup formatting
This commit is contained in:
		| @@ -12,7 +12,8 @@ | ||||
|  | ||||
| int main(int argc, char *argv[]) { | ||||
| 	QApplication a(argc, argv); | ||||
| 	QApplication::setApplicationName(QObject::tr("Slide Controller 9000")); | ||||
| 	MainWindow w; | ||||
| 	w.show(); | ||||
| 	return a.exec(); | ||||
| 	return QApplication::exec(); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user