Home
last modified time | relevance | path

Searched refs:m_ppdFile (Results 1 – 4 of 4) sorted by relevance

/dports/print/print-manager/print-manager-21.12.3/add-printer/
H A DPageChoosePPD.cpp137 if (!m_ppdFile.isNull()) { in values()
138 ret[FILENAME] = m_ppdFile; in values()
155 } else if (!m_ppdFile.isNull()) { in canProceed()
180 m_ppdFile = fileCopyJob->destUrl().toLocalFile(); in resultJob()
188 if (!m_ppdFile.isEmpty()) { in removeTempPPD()
189 QFile::remove(m_ppdFile); in removeTempPPD()
190 m_ppdFile.clear(); in removeTempPPD()
H A DPageChoosePPD.h45 QString m_ppdFile; variable
/dports/print/print-manager/print-manager-21.12.3/libkcups/
H A DKCupsRequest.cpp263 m_ppdFile = QString::fromUtf8(filename); in getPrinterPPD()
264 qCDebug(LIBKCUPS) << m_ppdFile; in getPrinterPPD()
548 m_ppdFile.clear(); in invokeMethod()
596 return m_ppdFile; in printerPPD()
H A DKCupsRequest.h306 QString m_ppdFile; variable