Make UI enhancements and refactor some code. We still have bugs on handling multiple calls and switching between them.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16431 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
João Mesquita
2010-01-21 05:05:56 +00:00
parent 1390132682
commit 0ecda2f00a
4 changed files with 88 additions and 37 deletions

View File

@@ -32,7 +32,7 @@
#define MAINWINDOW_H
#include <QMainWindow>
#include <QListWidgetItem>
#include <QTableWidgetItem>
#include <QSignalMapper>
#include <QSystemTrayIcon>
#include <switch.h>
@@ -62,7 +62,7 @@ private slots:
void prefTriggered();
void coreLoadingError(QString);
void sendDTMF(QString);
void callListDoubleClick(QListWidgetItem *);
void callTableDoubleClick(QTableWidgetItem*);
void makeCall();
void fshostReady();
void paAnswer();