diff --git a/src/Item.h b/src/Item.h index 7da33c927da425bcd23909c79200cf46f729e090..101d362edd0623eb4551c82418dfafb6d423cad7 100644 --- a/src/Item.h +++ b/src/Item.h @@ -25,15 +25,15 @@ class QListWidgetItem; -/** - * @author Jérémy Quentin <jeremy.quentin@gmail.com> - * Represents an item of a list, that is displayed - * by an QListWidgetItem with a QWidget inside. - * The two objects are contained in this class, but their - * initializations are pure virtual. - * The template class WIDGET_TYPE should be derived from - * QWidget. - * The implementation of initItem should call initItemWidget +/** + * @author Jérémy Quentin <jeremy.quentin@gmail.com> + * Represents an item of a list, that is displayed + * by an QListWidgetItem with a QWidget inside. + * The two objects are contained in this class, but their + * initializations are pure virtual. + * The template class WIDGET_TYPE should be derived from + * QWidget. + * The implementation of initItem should call initItemWidget */ template<class WIDGET_TYPE>class LIB_EXPORT Item { diff --git a/src/instance_interface_singleton.h b/src/instance_interface_singleton.h index 0263954fe9eec6a396eb6f7cdf807dfe048d79f6..00251ce7e4941273283e598c82c95ad6299954f1 100644 --- a/src/instance_interface_singleton.h +++ b/src/instance_interface_singleton.h @@ -18,15 +18,15 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ - + #ifndef INSTANCE_INTERFACE_SINGLETON_H #define INSTANCE_INTERFACE_SINGLETON_H #include "src/lib/instance_dbus_interface.h" #include "typedefs.h" -/** - * @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> +/** + * @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> */ class LIB_EXPORT InstanceInterfaceSingleton { diff --git a/src/sflphone_const.h b/src/sflphone_const.h index 500cca98cf09c24c4a25a53963febed4f9c074de..6b8fe5d3cd77e23bb57545c3f868c97783352782 100644 --- a/src/sflphone_const.h +++ b/src/sflphone_const.h @@ -1,17 +1,17 @@ /* * Copyright (C) 2008 Savoir-Faire Linux inc. - * Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> - * + * Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. @@ -25,7 +25,7 @@ /* @file sflphone_const.h * @brief Contains the global variables for the client code */ - + #define APP_NAME "SFLphone KDE Client" #define SIP 0 @@ -149,16 +149,16 @@ // #define TLS_SERVER_NAME "TLS.serverName" // #define TLS_VERIFY_SERVER "TLS.verifyServer" // #define TLS_VERIFY_CLIENT "TLS.verifyClient" -// #define TLS_REQUIRE_CLIENT_CERTIFICATE "TLS.requireClientCertificate" +// #define TLS_REQUIRE_CLIENT_CERTIFICATE "TLS.requireClientCertificate" // #define TLS_NEGOTIATION_TIMEOUT_SEC "TLS.negotiationTimeoutSec" // #define TLS_NEGOTIATION_TIMEOUT_MSEC "TLS.negotiationTimemoutMsec" -// +// // #define LOCAL_INTERFACE "Account.localInterface" // #define PUBLISHED_SAMEAS_LOCAL "Account.publishedSameAsLocal" // #define LOCAL_PORT "Account.localPort" // #define PUBLISHED_PORT "Account.publishedPort" // #define PUBLISHED_ADDRESS "Account.publishedAddress" -// +// // #define REGISTRATION_STATUS "Registration.Status" // #define REGISTRATION_STATE_CODE "Registration.code" // #define REGISTRATION_STATE_DESCRIPTION "Registration.description" @@ -338,7 +338,7 @@ // #define TLS_SERVER_NAME "TLS.serverName" // #define TLS_VERIFY_SERVER "TLS.verifyServer" // #define TLS_VERIFY_CLIENT "TLS.verifyClient" -// #define TLS_REQUIRE_CLIENT_CERTIFICATE "TLS.requireClientCertificate" +// #define TLS_REQUIRE_CLIENT_CERTIFICATE "TLS.requireClientCertificate" // #define TLS_NEGOTIATION_TIMEOUT_SEC "TLS.negotiationTimeoutSec" // #define TLS_NEGOTIATION_TIMEOUT_MSEC "TLS.negotiationTimemoutMsec" @@ -356,7 +356,7 @@ // #define SDES "2" typedef enum -{ +{ /** Ringing incoming call */ CALL_STATE_INCOMING = 0, /** Ringing outgoing call */