Format some TS code

This commit is contained in:
Simon Edwards 2021-08-15 11:39:23 +02:00
parent 5fd23f0ba3
commit 11c33771c2

View File

@ -5,9 +5,7 @@ import { QModelIndex } from './QModelIndex';
import { QVariant } from './QVariant';
import { ItemDataRole, ItemFlag, Orientation } from '../QtEnums';
export interface QAbstractItemSignals extends QObjectSignals {
// itemChanged: (item: QStandardItem) => void;
}
export type QAbstractItemSignals = QObjectSignals;
export class QAbstractItemModel extends NodeObject<any> {
native: NativeElement;