MCPcopy Create free account
hub / github.com/actuallyaridan/linux-devmgmt / showEvent

Method showEvent

src/ui/DevicePropertiesDialog.cpp:121–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void DevicePropertiesDialog::showEvent(QShowEvent *e)
122{
123 QDialog::showEvent(e);
124 if (!m_sizeAdjusted) {
125 m_sizeAdjusted = true;
126 adjustSize();
127 setFixedSize(size());
128 }
129}
130
131bool DevicePropertiesDialog::isKernelModule() const {
132 return m_info.driver.isEmpty() || m_info.driver == "(kernel)";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected