mirror of
https://github.com/mappu/miqt.git
synced 2025-01-08 00:28:36 +00:00
8 lines
131 B
Go
8 lines
131 B
Go
|
//go:build !386 && !arm
|
||
|
// +build !386,!arm
|
||
|
|
||
|
package qt6
|
||
|
|
||
|
const QTextOption__IncludeTrailingSpaces QTextOption__Flag = 2147483648
|
||
|
|