diff options
Diffstat (limited to 'app-office/texmaker/files/texmaker-3.5.2-clang.patch')
-rw-r--r-- | app-office/texmaker/files/texmaker-3.5.2-clang.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-office/texmaker/files/texmaker-3.5.2-clang.patch b/app-office/texmaker/files/texmaker-3.5.2-clang.patch new file mode 100644 index 000000000000..8a232a99eb17 --- /dev/null +++ b/app-office/texmaker/files/texmaker-3.5.2-clang.patch @@ -0,0 +1,16 @@ + texmaker.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/texmaker.h b/texmaker.h +index 3b7135e..acd49d8 100644 +--- a/texmaker.h ++++ b/texmaker.h +@@ -121,7 +121,7 @@ UserTagsListWidget *usertagsListWidget; + XmlTagsListWidget *MpListWidget, *PsListWidget, *leftrightWidget, *tikzWidget, *asyWidget; + SymbolListWidget *RelationListWidget, *ArrowListWidget, *MiscellaneousListWidget, *DelimitersListWidget, *GreekListWidget, *MostUsedListWidget, *FavoriteListWidget; + QTreeWidget *StructureTreeWidget; +-QVBoxLayout *OutputLayoutV, *CentralLayoutBis,*LeftPanelLayoutBis,; ++QVBoxLayout *OutputLayoutV, *CentralLayoutBis,*LeftPanelLayoutBis; + QHBoxLayout *OutputLayoutH, *LeftPanelLayout, *CentralLayout; + QTableWidget *OutputTableWidget; + //menu-toolbar |