.
This commit is contained in:
@@ -299,6 +299,13 @@ private slots:
|
||||
*/
|
||||
void onRechercheDoubleClicked(const QModelIndex& index);
|
||||
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn onShowPropertiesWindow
|
||||
*/
|
||||
void onShowPropertiesWindow();
|
||||
|
||||
/*!
|
||||
\brief
|
||||
|
||||
@@ -429,6 +436,12 @@ private slots:
|
||||
\fn onFilePrintPdf
|
||||
*/
|
||||
void onFilePrintPdf();
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn onFilePrintPdf
|
||||
*/
|
||||
void onFileProperties();
|
||||
|
||||
/*!
|
||||
\brief
|
||||
@@ -727,6 +740,14 @@ private:
|
||||
*/
|
||||
void disconnectTextEdit();
|
||||
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn getProjectName
|
||||
\return QString
|
||||
*/
|
||||
QString getProjectName(const QString& szFileName = QString());
|
||||
|
||||
protected:
|
||||
/*!
|
||||
\brief
|
||||
|
||||
Reference in New Issue
Block a user