mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 00:01:21 -04:00
Changes to allow the GXS services to compile with up-to-date GUI code.
* Mainly just update header file locations. * ForumsV2Dialog needs changes/improvements from ForumsDialog applied to it. - This merge has broken bits of the code (#warning's inserted). git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5339 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bec1407648
commit
2e4cc099dc
12 changed files with 34 additions and 17 deletions
|
@ -243,15 +243,15 @@ QTreeWidgetItem *ExampleDialog::getCurrentLine()
|
|||
}
|
||||
|
||||
/* Display the columns of this item. */
|
||||
std::ostringstream out;
|
||||
out << "CurrentPeerItem: " << std::endl;
|
||||
//std::ostringstream out;
|
||||
//out << "CurrentPeerItem: " << std::endl;
|
||||
|
||||
for(int i = 1; i < 6; i++)
|
||||
{
|
||||
QString txt = item -> text(i);
|
||||
out << "\t" << i << ":" << txt.toStdString() << std::endl;
|
||||
//out << "\t" << i << ":" << txt.toStdString() << std::endl;
|
||||
}
|
||||
std::cerr << out.str();
|
||||
//std::cerr << out.str();
|
||||
return item;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue