Frank Dana
Frank Dana
> I was thinking it was related to the tree view option. Hm. That's possible, I generally only ever view these torrents in tree view because of their size. Though...
@mikolajpochec Hmm, strange. Can you check whether you have a `$HOME/.config/gsconnect/` directory, what (if anything) is in it, and whether those files / that directory is owned by and writable...
> Hello, I am so sorry for late reply. This directory indeed exists, and it has read-write permissions: > > ``` > mp@fedora:~/.config$ ls -l gsconnect/ > total 0 >...
@krop I don't think this is correct. On my Fedora 38 system, the logic supplied always finds Qt6, regardless of the order the NAMES are listed in (`Qt5 Qt6` or...
I'm speaking of discovery in isolation, here. In the GammaRay `CMakeLists.txt`, there's also the `cmake/ECM/modules` files from Extra CMake Modules in play — primarily `QtVersionOption.cmake` and `ECMQueryQt.cmake` — **those** will...
The other problem / unfortunate disparity is that ECM supports Qt version pre-selection by setting the variable `QT_MAJOR_VERSION` — _not_ the `QT_VERSION_MAJOR` that the GammaRay configs support/set. (`QT_VERSION_MAJOR` is _meant_...
> That's not what this report is about, the code is broken. find_package(QT NAMES ...) doesn't do what you think. Well, it _does_ correctly discover either Qt5 or Qt6, if...
@dantti > It does, setting QT_VERSION_MAJOR will skip the find_package(NAMES), OK, _technically_ in that sense, yes I concede it does have an effect. > find_package(QT .. NAMES) is what produces...
@doxygen > Not sure, if removed, one gets a warning that something is not documented (i.e. a param/return type) also when `WARN_IF_UNDOCUMENTED` is set to `NO`, Only if `WARN_NO_PARAMDOC` is...
I think this might be a more involved change; it may be better to open an issue. The larger problem is that `html/tables/advanced/spending-record.html` (the "starting point" for the lesson) has...