-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
Submodule choruskit
updated
from 9579c4 to 4e8a83
Submodule qtmediate
updated
3 files
+3 −2 | src/core/text/qmsimplevarexp.cpp | |
+21 −18 | src/widgets/kernel/qmdecoratorv2.cpp | |
+4 −4 | src/widgets/widgettools/cnavframe.cpp |
Submodule stimmt
updated
6 files
+1 −1 | share/CMakeLists.txt | |
+9 −2 | src/CMakeLists.txt | |
+13 −10 | src/extension/Console.cpp | |
+1 −0 | src/module/view/BasicForm_p.h | |
+1 −1 | src/module/view/Quick.cpp | |
+12 −8 | src/widget/JavaScriptOutputWidget.cpp |
Submodule svscraft
updated
9 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#include "lyricinfo.h" | ||
|
||
#include <QStringList> | ||
|
||
namespace LyricTool { | ||
|
||
class LyricInfoData : public QSharedData { | ||
|