mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add Qtr_ macros that uses gettext in a tr() compatible manner
This should wrap gettext nicely and replace the "_()" macros we use in C code. Also added comments to the top of all the new files. Suggested-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
14e133321f
commit
f5c958ad73
16 changed files with 113 additions and 22 deletions
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* divelistview.cpp
|
||||
*
|
||||
* classes for the divelist of Subsurface
|
||||
*
|
||||
*/
|
||||
#include "divelistview.h"
|
||||
|
||||
DiveListView::DiveListView(QWidget *parent) : QTreeView(parent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue