mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
8 lines
98 B
C++
8 lines
98 B
C++
#include "classa.h"
|
|
#include <QDebug>
|
|
|
|
void ClassA::slotDoSomething()
|
|
{
|
|
qDebug() << m_member;
|
|
}
|