Age | Commit message (Collapse) | Author |
|
QTextStream::setCodec() is no longer a thing in Qt6. Most of
our call are to set the codec to UTF-8, which happens to be the
default encoding in Qt6. So make a macro so this can compile
in both Qt5 and Qt6.
|
|
Also, extend copyright to 2019.
|
|
|
|
|
|
A few things from my last commit needed to be
fixed or improved.
|
|
Prepping to build the gaddag maker into the quacker ui.
Built a new class called GaddagFactory to do this and
cleaned up the code a bit.
makegaddag still builds exactly as it did before.
|
|
Not a very interesting commit...only changes in comments.
|
|
|
|
|