]> sigrok.org Git - pulseview.git/commitdiff
Use QApplication metadata for persistent storage
authorSoeren Apel <redacted>
Wed, 17 Sep 2014 20:16:28 +0000 (22:16 +0200)
committerBert Vermeulen <redacted>
Thu, 18 Sep 2014 09:40:34 +0000 (11:40 +0200)
Since the application metadata is set in application.c,
we should use it instead of providing it manually every
time we create a QSettings object.

As I understand it, subclassing QApplication in application.c
is only a workaround for bad Qt behavior. In the event
that it is removed, the application metadata should be moved
so that persistent storage still works.


No differences found