mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-26 13:20:52 +01:00
Translated all comments found in header files (*.h) from French to English.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1960 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
#include <QSharedMemory>
|
||||
#include <QLocalServer>
|
||||
/**
|
||||
Cette classe represente une application Qt ne s'executant qu'en un seul
|
||||
exemplaire en fonction d'une cle unique (de type QString).
|
||||
This class represents a Qt Application executing only a single instance
|
||||
depending on a unique string key.
|
||||
*/
|
||||
class QETSingleApplication : public QApplication {
|
||||
Q_OBJECT
|
||||
// constructeurs, destructeur
|
||||
// constructors, destructor
|
||||
public:
|
||||
QETSingleApplication(int &, char **, const QString);
|
||||
virtual ~QETSingleApplication();
|
||||
@@ -34,7 +34,7 @@ class QETSingleApplication : public QApplication {
|
||||
private:
|
||||
QETSingleApplication(const QETSingleApplication &);
|
||||
|
||||
// methodes
|
||||
// methods
|
||||
public:
|
||||
bool isRunning();
|
||||
bool sendMessage(const QString &);
|
||||
@@ -45,7 +45,7 @@ class QETSingleApplication : public QApplication {
|
||||
signals:
|
||||
void messageAvailable(QString);
|
||||
|
||||
// attributs
|
||||
// attributes
|
||||
private:
|
||||
bool is_running_;
|
||||
QString unique_key_;
|
||||
|
||||
Reference in New Issue
Block a user