Skip to content

Commit

Permalink
Fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
StarAurryon committed Aug 8, 2020
1 parent a14d7cd commit e8d9849
Show file tree
Hide file tree
Showing 410 changed files with 1,158 additions and 1,158 deletions.
4 changes: 2 additions & 2 deletions androidextras/androidextras.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package androidextras

import (
"github.com/therecipe/qt"
"github.com/therecipe/qt/core"
"github.com/StarAurryon/qt"
"github.com/StarAurryon/qt/core"
"strings"
"unsafe"
)
Expand Down
4 changes: 2 additions & 2 deletions androidextras/androidextras_android.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ package androidextras
import "C"
import (
"errors"
"github.com/therecipe/qt"
"github.com/therecipe/qt/core"
"github.com/StarAurryon/qt"
"github.com/StarAurryon/qt/core"
"strings"
"unsafe"
)
Expand Down
2 changes: 1 addition & 1 deletion androidextras/utils-androidextras_android.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
"unsafe"

"github.com/therecipe/qt"
"github.com/StarAurryon/qt"
)

func assertion(key int, input ...interface{}) (unsafe.Pointer, func()) {
Expand Down
6 changes: 3 additions & 3 deletions bluetooth/bluetooth.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ package bluetooth
//#include "bluetooth.h"
import "C"
import (
"github.com/therecipe/qt"
"github.com/therecipe/qt/core"
"github.com/therecipe/qt/network"
"github.com/StarAurryon/qt"
"github.com/StarAurryon/qt/core"
"github.com/StarAurryon/qt/network"
"reflect"
"strings"
"unsafe"
Expand Down
8 changes: 4 additions & 4 deletions charts/charts.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ package charts
//#include "charts.h"
import "C"
import (
"github.com/therecipe/qt"
"github.com/therecipe/qt/core"
"github.com/therecipe/qt/gui"
"github.com/therecipe/qt/widgets"
"github.com/StarAurryon/qt"
"github.com/StarAurryon/qt/core"
"github.com/StarAurryon/qt/gui"
"github.com/StarAurryon/qt/widgets"
"strings"
"unsafe"
)
Expand Down
6 changes: 3 additions & 3 deletions cmd/qtdeploy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (
"runtime"
"strings"

"github.com/therecipe/qt/internal/cmd"
"github.com/therecipe/qt/internal/cmd/deploy"
"github.com/StarAurryon/qt/internal/cmd"
"github.com/StarAurryon/qt/internal/cmd/deploy"

"github.com/therecipe/qt/internal/utils"
"github.com/StarAurryon/qt/internal/utils"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cmd/qtminimal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"runtime"
"strings"

"github.com/therecipe/qt/internal/cmd"
"github.com/therecipe/qt/internal/cmd/minimal"
"github.com/StarAurryon/qt/internal/cmd"
"github.com/StarAurryon/qt/internal/cmd/minimal"

"github.com/therecipe/qt/internal/utils"
"github.com/StarAurryon/qt/internal/utils"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cmd/qtmoc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"runtime"
"strings"

"github.com/therecipe/qt/internal/cmd"
"github.com/therecipe/qt/internal/cmd/moc"
"github.com/StarAurryon/qt/internal/cmd"
"github.com/StarAurryon/qt/internal/cmd/moc"

"github.com/therecipe/qt/internal/utils"
"github.com/StarAurryon/qt/internal/utils"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cmd/qtrcc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"runtime"
"strings"

"github.com/therecipe/qt/internal/cmd"
"github.com/therecipe/qt/internal/cmd/rcc"
"github.com/StarAurryon/qt/internal/cmd"
"github.com/StarAurryon/qt/internal/cmd/rcc"

"github.com/therecipe/qt/internal/utils"
"github.com/StarAurryon/qt/internal/utils"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cmd/qtsetup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import (
"runtime"
"strings"

"github.com/therecipe/qt/internal/cmd"
"github.com/therecipe/qt/internal/cmd/setup"
"github.com/StarAurryon/qt/internal/cmd"
"github.com/StarAurryon/qt/internal/cmd/setup"

"github.com/therecipe/qt/internal/utils"
"github.com/StarAurryon/qt/internal/utils"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package core
//#include "core.h"
import "C"
import (
"github.com/therecipe/qt"
"github.com/StarAurryon/qt"
"math"
"reflect"
"runtime"
Expand Down
6 changes: 3 additions & 3 deletions datavisualization/datavisualization.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ package datavisualization
//#include "datavisualization.h"
import "C"
import (
"github.com/therecipe/qt"
"github.com/therecipe/qt/core"
"github.com/therecipe/qt/gui"
"github.com/StarAurryon/qt"
"github.com/StarAurryon/qt/core"
"github.com/StarAurryon/qt/gui"
"strings"
"unsafe"
)
Expand Down
4 changes: 2 additions & 2 deletions dbus/dbus.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package dbus
//#include "dbus.h"
import "C"
import (
"github.com/therecipe/qt"
"github.com/therecipe/qt/core"
"github.com/StarAurryon/qt"
"github.com/StarAurryon/qt/core"
"strings"
"unsafe"
)
Expand Down
8 changes: 4 additions & 4 deletions designer/designer.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ package designer
//#include "designer.h"
import "C"
import (
"github.com/therecipe/qt"
"github.com/therecipe/qt/core"
"github.com/therecipe/qt/gui"
"github.com/therecipe/qt/widgets"
"github.com/StarAurryon/qt"
"github.com/StarAurryon/qt/core"
"github.com/StarAurryon/qt/gui"
"github.com/StarAurryon/qt/widgets"
"strings"
"unsafe"
)
Expand Down
6 changes: 3 additions & 3 deletions felgo/felgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ package felgo
//#include "felgo.h"
import "C"
import (
"github.com/therecipe/qt"
"github.com/therecipe/qt/core"
"github.com/therecipe/qt/qml"
"github.com/StarAurryon/qt"
"github.com/StarAurryon/qt/core"
"github.com/StarAurryon/qt/qml"
"runtime"
"strings"
"unsafe"
Expand Down
2 changes: 1 addition & 1 deletion flutter/embedder.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import (
"time"
"unsafe"

"github.com/therecipe/qt/core"
"github.com/StarAurryon/qt/core"
)

func FlutterEngineRun() {
Expand Down
10 changes: 5 additions & 5 deletions flutter/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import (
"time"
"unsafe"

"github.com/therecipe/qt/core"
"github.com/therecipe/qt/gui"
"github.com/therecipe/qt/widgets"
"github.com/StarAurryon/qt/core"
"github.com/StarAurryon/qt/gui"
"github.com/StarAurryon/qt/widgets"

"github.com/therecipe/qt/interop"
_ "github.com/therecipe/qt/interop/dart"
"github.com/StarAurryon/qt/interop"
_ "github.com/StarAurryon/qt/interop/dart"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions gamepad/gamepad.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package gamepad
//#include "gamepad.h"
import "C"
import (
"github.com/therecipe/qt"
"github.com/therecipe/qt/core"
"github.com/StarAurryon/qt"
"github.com/StarAurryon/qt/core"
"strings"
"unsafe"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/therecipe/qt
module github.com/StarAurryon/qt

require (
github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e
Expand Down
6 changes: 3 additions & 3 deletions gui/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ package gui
//#include "gui.h"
import "C"
import (
"github.com/therecipe/qt"
"github.com/therecipe/qt/core"
_ "github.com/therecipe/qt/internal/binding/runtime"
"github.com/StarAurryon/qt"
"github.com/StarAurryon/qt/core"
_ "github.com/StarAurryon/qt/internal/binding/runtime"
"strings"
"unsafe"
)
Expand Down
8 changes: 4 additions & 4 deletions help/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ package help
//#include "help.h"
import "C"
import (
"github.com/therecipe/qt"
"github.com/therecipe/qt/core"
"github.com/therecipe/qt/gui"
"github.com/therecipe/qt/widgets"
"github.com/StarAurryon/qt"
"github.com/StarAurryon/qt/core"
"github.com/StarAurryon/qt/gui"
"github.com/StarAurryon/qt/widgets"
"strings"
"unsafe"
)
Expand Down
4 changes: 2 additions & 2 deletions internal/binding/converter/body_input_cpp.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"fmt"
"strings"

"github.com/therecipe/qt/internal/binding/parser"
"github.com/therecipe/qt/internal/utils"
"github.com/StarAurryon/qt/internal/binding/parser"
"github.com/StarAurryon/qt/internal/utils"
)

func CppInputParameters(function *parser.Function) string {
Expand Down
2 changes: 1 addition & 1 deletion internal/binding/converter/body_input_go.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"strings"

"github.com/therecipe/qt/internal/binding/parser"
"github.com/StarAurryon/qt/internal/binding/parser"
)

func GoInputParametersForC(function *parser.Function) string {
Expand Down
2 changes: 1 addition & 1 deletion internal/binding/converter/body_output_cpp.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package converter
import (
"fmt"

"github.com/therecipe/qt/internal/binding/parser"
"github.com/StarAurryon/qt/internal/binding/parser"
)

func CppOutputParameters(function *parser.Function, name string) string {
Expand Down
2 changes: 1 addition & 1 deletion internal/binding/converter/body_output_go.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package converter

import "github.com/therecipe/qt/internal/binding/parser"
import "github.com/StarAurryon/qt/internal/binding/parser"

func GoOutputParametersFromC(function *parser.Function, name string) string {
if function.Meta == parser.CONSTRUCTOR {
Expand Down
2 changes: 1 addition & 1 deletion internal/binding/converter/enum.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strconv"
"strings"

"github.com/therecipe/qt/internal/binding/parser"
"github.com/StarAurryon/qt/internal/binding/parser"
)

func EnumNeedsCppGlue(value string) bool {
Expand Down
2 changes: 1 addition & 1 deletion internal/binding/converter/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"strings"

"github.com/therecipe/qt/internal/binding/parser"
"github.com/StarAurryon/qt/internal/binding/parser"
)

func GoHeaderName(f *parser.Function) string {
Expand Down
4 changes: 2 additions & 2 deletions internal/binding/converter/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"strings"
"sync"

"github.com/therecipe/qt/internal/binding/parser"
"github.com/therecipe/qt/internal/utils"
"github.com/StarAurryon/qt/internal/binding/parser"
"github.com/StarAurryon/qt/internal/utils"
)

func module(input interface{}) string {
Expand Down
2 changes: 1 addition & 1 deletion internal/binding/converter/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"strings"

"github.com/therecipe/qt/internal/binding/parser"
"github.com/StarAurryon/qt/internal/binding/parser"
)

func GoInput(name, value string, f *parser.Function, p string) string {
Expand Down
4 changes: 2 additions & 2 deletions internal/binding/converter/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"fmt"
"strings"

"github.com/therecipe/qt/internal/binding/parser"
"github.com/therecipe/qt/internal/utils"
"github.com/StarAurryon/qt/internal/binding/parser"
"github.com/StarAurryon/qt/internal/utils"
)

func GoOutput(name, value string, f *parser.Function, p string) string {
Expand Down
2 changes: 1 addition & 1 deletion internal/binding/converter/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"strings"

"github.com/therecipe/qt/internal/binding/parser"
"github.com/StarAurryon/qt/internal/binding/parser"
)

func GoType(f *parser.Function, value string, p string) string { return goType(f, value, p) }
Expand Down
4 changes: 2 additions & 2 deletions internal/binding/files/docs/mod.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package docs

import (
_ "github.com/therecipe/qt/internal/binding/files/docs/5.12.0"
_ "github.com/therecipe/qt/internal/binding/files/docs/5.13.0"
_ "github.com/StarAurryon/qt/internal/binding/files/docs/5.12.0"
_ "github.com/StarAurryon/qt/internal/binding/files/docs/5.13.0"
)
2 changes: 1 addition & 1 deletion internal/binding/files/utils-androidextras_android.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
"unsafe"

"github.com/therecipe/qt"
"github.com/StarAurryon/qt"
)

func assertion(key int, input ...interface{}) (unsafe.Pointer, func()) {
Expand Down
4 changes: 2 additions & 2 deletions internal/binding/files/utils-qml.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"sync"
"unsafe"

"github.com/therecipe/qt"
"github.com/therecipe/qt/core"
"github.com/StarAurryon/qt"
"github.com/StarAurryon/qt/core"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions internal/binding/files/utils-runtime.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package runtime

import (
"github.com/therecipe/qt/core"
"github.com/therecipe/qt/qml"
"github.com/StarAurryon/qt/core"
"github.com/StarAurryon/qt/qml"
)

func init() {
Expand Down
Loading

0 comments on commit e8d9849

Please sign in to comment.