mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-06 05:14:21 -04:00
fixed strings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7563 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
eede11a772
commit
4eed106579
2 changed files with 5 additions and 5 deletions
|
@ -27,18 +27,18 @@
|
|||
*
|
||||
*
|
||||
*/
|
||||
class CAllToaster : public QWidget
|
||||
class CallToaster : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CallToaster(const std::string &peerId);
|
||||
CallToaster(const RsPeerId &peerId);
|
||||
|
||||
private slots:
|
||||
void chatButtonSlot();
|
||||
|
||||
private:
|
||||
std::string peerId;
|
||||
RsPeerId peerId;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::CallToaster ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue