mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
- Updated French translation unit (obsolete entries removed)
- GeneralPage.ui : display seconds after the number in the spinbox - ConnectFriendWizard.ui : correct typoes - DetailsDialog.ui : add a missing colon - ChanMsgItem.ui and PopupChatDialog.ui : set "TextLabel" as not to translate - RSTreeWidget : fix compiler warning by removing useless const in return type git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3815 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8c2f06d963
commit
aa67c06d3e
8 changed files with 417 additions and 5899 deletions
|
@ -30,7 +30,7 @@ void RSTreeWidgetItemCompareRole::addRole(int column, int role)
|
|||
insert(column, role);
|
||||
}
|
||||
|
||||
const int RSTreeWidgetItemCompareRole::findRole(const int column) const
|
||||
int RSTreeWidgetItemCompareRole::findRole(const int column) const
|
||||
{
|
||||
RSTreeWidgetItemCompareRole::const_iterator it = find(column);
|
||||
if (it == end()) {
|
||||
|
|
|
@ -32,7 +32,7 @@ public:
|
|||
RSTreeWidgetItemCompareRole();
|
||||
|
||||
void addRole(int column, int role);
|
||||
const int findRole(const int column) const;
|
||||
int findRole(const int column) const;
|
||||
};
|
||||
|
||||
class RSTreeWidgetItem : public QTreeWidgetItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue