mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 13:11:20 -05:00 
			
		
		
		
	wavfilerecord.h typo
This commit is contained in:
		
							parent
							
								
									7f4f6bd8cb
								
							
						
					
					
						commit
						7fe1d36e91
					
				@ -92,7 +92,7 @@ public:
 | 
				
			|||||||
    quint64 getByteCount() const { return m_byteCount; }
 | 
					    quint64 getByteCount() const { return m_byteCount; }
 | 
				
			||||||
    void setMsShift(qint64 shift) override { m_msShift = shift; }
 | 
					    void setMsShift(qint64 shift) override { m_msShift = shift; }
 | 
				
			||||||
    virtual int getBytesPerSample() override { return 4; };
 | 
					    virtual int getBytesPerSample() override { return 4; };
 | 
				
			||||||
    const QString& getCurrentFileName() override { return m_curentFileName; }
 | 
					    const QString& getCurrentFileName() override { return m_currentFileName; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    void genUniqueFileName(uint deviceUID, int istream = -1);
 | 
					    void genUniqueFileName(uint deviceUID, int istream = -1);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -120,7 +120,7 @@ private:
 | 
				
			|||||||
    bool m_recordOn;
 | 
					    bool m_recordOn;
 | 
				
			||||||
    bool m_recordStart;
 | 
					    bool m_recordStart;
 | 
				
			||||||
    std::ofstream m_sampleFile;
 | 
					    std::ofstream m_sampleFile;
 | 
				
			||||||
    QString m_curentFileName;
 | 
					    QString m_currentFileName;
 | 
				
			||||||
    quint64 m_byteCount;
 | 
					    quint64 m_byteCount;
 | 
				
			||||||
    qint64 m_msShift;
 | 
					    qint64 m_msShift;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user