mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Mod doc set style de same
This commit is contained in:
@@ -39,10 +39,10 @@ ReplaceElementDialog::~ReplaceElementDialog()
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief ReplaceElementDialog::setContext
|
||||
* Set the current diagram context to be edited
|
||||
* @param context
|
||||
*/
|
||||
@brief ReplaceElementDialog::setContext
|
||||
Set the current diagram context to be edited
|
||||
@param context
|
||||
*/
|
||||
void ReplaceElementDialog::setContext(DiagramContext context)
|
||||
{
|
||||
m_context = context;
|
||||
@@ -53,9 +53,9 @@ void ReplaceElementDialog::setContext(DiagramContext context)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief ReplaceElementDialog::context
|
||||
* @return The edited diagram context
|
||||
*/
|
||||
@brief ReplaceElementDialog::context
|
||||
@return The edited diagram context
|
||||
*/
|
||||
DiagramContext ReplaceElementDialog::context() const
|
||||
{
|
||||
DiagramContext context;
|
||||
|
||||
Reference in New Issue
Block a user