Format some TS code
This commit is contained in:
parent
5fd23f0ba3
commit
11c33771c2
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user