mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
suppressed debug messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2933 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f24b3c61f4
commit
509a967085
@ -193,13 +193,13 @@ void SearchDialog::checkText(const QString& txt)
|
||||
{
|
||||
if(txt.length() < 3)
|
||||
{
|
||||
std::cout << "setting palette 1" << std::endl ;
|
||||
//std::cout << "setting palette 1" << std::endl ;
|
||||
ui.frame_2->setStyleSheet("QFrame{ border: 2px solid #079E00; background-color: #DBDBDB; }");
|
||||
}
|
||||
else
|
||||
{
|
||||
ui.frame_2->setStyleSheet("QFrame { border: 2px solid #079E00; background-color: white; }");
|
||||
std::cout << "setting palette 2" << std::endl ;
|
||||
//std::cout << "setting palette 2" << std::endl ;
|
||||
}
|
||||
}
|
||||
|
||||
@ -540,7 +540,7 @@ void SearchDialog::searchKeywords()
|
||||
if(txt.length() < 3)
|
||||
return ;
|
||||
|
||||
std::cerr << "SearchDialog::searchKeywords() : " << txt << std::endl;
|
||||
//std::cerr << "SearchDialog::searchKeywords() : " << txt << std::endl;
|
||||
|
||||
TurtleRequestId req_id ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user